summary refs log tree commit diff
path: root/crypto/test/crypto.test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/crypto.test.csproj')
-rw-r--r--crypto/test/crypto.test.csproj22
1 files changed, 6 insertions, 16 deletions
diff --git a/crypto/test/crypto.test.csproj b/crypto/test/crypto.test.csproj

index 9984f3ac8..60bf8ad8a 100644 --- a/crypto/test/crypto.test.csproj +++ b/crypto/test/crypto.test.csproj
@@ -1,8 +1,9 @@ -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net462;netcoreapp1.1</TargetFrameworks> <DefineConstants>$(DefineConstants);LIB</DefineConstants> + <AssemblyOriginatorKeyFile>..\..\BouncyCastle.snk</AssemblyOriginatorKeyFile> + <SignAssembly>true</SignAssembly> </PropertyGroup> <PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' "> <OutputType>Exe</OutputType> @@ -14,19 +15,9 @@ <EmbeddedResource Include="data\**\*.*" Exclude="**\README.txt" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.NET.Sdk"> - <Version>1.0.0-alpha-20161104-2</Version> - <PrivateAssets>All</PrivateAssets> - </PackageReference> - <PackageReference Include="Microsoft.NET.Test.Sdk"> - <Version>15.0.0-preview-20161123-03</Version> - </PackageReference> - <PackageReference Include="NUnit"> - <Version>3.5.0</Version> - </PackageReference> - <PackageReference Include="NUnit3TestAdapter"> - <Version>3.6.0</Version> - </PackageReference> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" /> + <PackageReference Include="NUnit" Version="3.6.0" /> + <PackageReference Include="NUnit3TestAdapter" Version="3.6.0" /> </ItemGroup> <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> <Reference Include="System" /> @@ -41,5 +32,4 @@ <ItemGroup> <ProjectReference Include="..\src\crypto.csproj" /> </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file