Skip to content

Commit

Permalink
fix 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 18, 2024
1 parent 6a72944 commit e84d7f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NBitcoin.Tests/NBitcoin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<PropertyGroup Condition=" '$(TargetFramework)' == 'net472' ">
<DefineConstants>$(DefineConstants);WIN;NO_RECORDS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFrameworkOverride)' == 'netstandard2.0'">
<DefineConstants>$(DefineConstants);NO_RECORDS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' Or '$(TargetFramework)' == 'netcoreapp3.1' ">
<DefineConstants>$(DefineConstants);NETCORE;NOTRACESOURCE;NOCUSTOMSSLVALIDATION;NOHTTPSERVER;NO_RECORDS</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit e84d7f7

Please sign in to comment.