diff options
author | Oren Novotny <oren@novotny.org> | 2018-06-11 22:27:32 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-06-11 22:27:32 -0400 |
commit | 6566691892d537a357de7c040af3f359d4bc93c2 (patch) | |
tree | 18e4055a501b7ecde0b56f7af284e0576006cdfc /crypto/src/crypto.csproj | |
parent | add metadata attrib for net4 (diff) | |
download | BouncyCastle.NET-ed25519-6566691892d537a357de7c040af3f359d4bc93c2.tar.xz |
remove unused define
Diffstat (limited to 'crypto/src/crypto.csproj')
-rw-r--r-- | crypto/src/crypto.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj index 2c47c590c..4b85cb148 100644 --- a/crypto/src/crypto.csproj +++ b/crypto/src/crypto.csproj @@ -33,14 +33,11 @@ <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> <DefineConstants>$(DefineConstants);PORTABLE;NO_THREADS;NEW_REFLECTION;SYS_RUNTIME;DOTNET</DefineConstants> </PropertyGroup> - <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'net4' or '$(TargetFramework)' == 'netstandard2.0' "> - <DefineConstants>$(DefineConstants);LIB</DefineConstants> - </PropertyGroup> <ItemGroup> <Compile Include="..\bzip2\src\**\*.cs" LinkBase="bzip2" /> <None Include="..\..\BouncyCastle.snk" /> <PackageReference Include="NerdBank.GitVersioning" Version="2.1.23" PrivateAssets="All" /> - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All"/> + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All" /> </ItemGroup> <Target Name="SetBuildVer" AfterTargets="GetBuildVersion" BeforeTargets="SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion"> |