diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-18 17:16:14 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-18 17:16:14 -0400 |
commit | 1cc7bb77d61048c79d443d1f6b3ce080a97c26f5 (patch) | |
tree | 525a1c6f05c7d15537dec331d2c0aede403e8fd9 /crypto | |
parent | fix nuget restore cmd (diff) | |
download | BouncyCastle.NET-ed25519-1cc7bb77d61048c79d443d1f6b3ce080a97c26f5.tar.xz |
generate other tfm's as needed and ensure dotnet isn't applied to older framework versions
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.dotnet.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/crypto.dotnet.csproj b/crypto/crypto.dotnet.csproj index 0c10e5744..dfb1d16cb 100644 --- a/crypto/crypto.dotnet.csproj +++ b/crypto/crypto.dotnet.csproj @@ -76,6 +76,10 @@ <!-- NuSpec file must be specified as name does not match dll name --> <NuSpecFile Include="$(SolutionDir)Portable.BouncyCastle.nuspec" /> </ItemGroup> + <PropertyGroup> + <!-- dotnet, uap10.0 & net46 tfms --> + <NuSpecTfm>dotnet;uap10.0;net46</NuSpecTfm> + </PropertyGroup> <ItemGroup> <None Include="BouncyCastle.snk" /> <None Include="crypto.dotnet.project.json" /> |