Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Barton <jbarton@microsoft.com>2017-01-18 06:02:56 +0300
committerJeremy Barton <jbarton@microsoft.com>2017-01-18 06:02:56 +0300
commit769d3e32dc48fbb33091c99747f1f2fd9ed3cd8e (patch)
treea1d236ef7806cc49f2165e788198d0c7c0008afb /src/System.Security.Cryptography.Encoding/tests
parent9f330d3b37205329e0887a97725a6c7b84f4a15c (diff)
parentc71a7fc0aac01ac4f26a728db4061f1427ceb4da (diff)
Merge remote-tracking branch 'dotnet/master' into merge_neweng_master
Conflicts: src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSASignVerify.cs src/System.Security.Cryptography.Algorithms/src/Resources/Strings.resx src/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.builds src/System.Security.Cryptography.Encoding/src/project.json
Diffstat (limited to 'src/System.Security.Cryptography.Encoding/tests')
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/Configurations.props11
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.builds4
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj25
3 files changed, 15 insertions, 25 deletions
diff --git a/src/System.Security.Cryptography.Encoding/tests/Configurations.props b/src/System.Security.Cryptography.Encoding/tests/Configurations.props
new file mode 100644
index 0000000000..fa9e1005a0
--- /dev/null
+++ b/src/System.Security.Cryptography.Encoding/tests/Configurations.props
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildConfigurations>
+ netstandard1.3-Unix;
+ netstandard1.3-Windows_NT;
+ netstandard-Unix;
+ netstandard-Windows_NT;
+ </BuildConfigurations>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.builds b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.builds
index 415df21930..0459ec4475 100644
--- a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.builds
+++ b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.builds
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
@@ -7,7 +7,7 @@
</Project>
<Project Include="System.Security.Cryptography.Encoding.Tests.csproj">
<OSGroup>Windows_NT</OSGroup>
- <TestTFMs>netcoreapp1.1;net463</TestTFMs>
+ <TestTFMs>netcoreapp;net463</TestTFMs>
</Project>
<Project Include="System.Security.Cryptography.Encoding.Tests.csproj">
<TargetGroup>netstandard1.3</TargetGroup>
diff --git a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
index 00a7de72ed..a7643a6124 100644
--- a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
+++ b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
@@ -1,33 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
- </PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0581E9FA-D639-4B88-96D8-D092760F90B0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AssemblyName>System.Security.Cryptography.Encoding.Tests</AssemblyName>
- <RootNamespace>System.Security.Cryptography.Encoding.Tests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition="'$(TargetGroup)'==''">$(DefineConstants);netstandard17</DefineConstants>
- <NugetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.7</NugetTargetMoniker>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\pkg\System.Security.Cryptography.Encoding.pkgproj">
- <Project>{AA81E343-5E54-40B0-9381-C459419BE780}</Project>
- <Name>System.Security.Cryptography.Encoding</Name>
- </ProjectReference>
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.Runtime\pkg\System.Runtime.pkgproj" />
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.Runtime.Extensions\pkg\System.Runtime.Extensions.pkgproj" />
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.IO\pkg\System.IO.pkgproj" />
- </ItemGroup>
- <ItemGroup>
<Compile Include="AsnEncodedData.cs" />
<Compile Include="AsnEncodedDataCollectionTests.cs" />
<Compile Include="DerEncoderTests.cs" />
@@ -44,8 +23,8 @@
<Link>CommonTest\System\Security\Cryptography\ByteUtils.cs</Link>
</Compile>
</ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)'==''">
+ <ItemGroup Condition="'$(TargetGroup)'=='netstandard'">
<Compile Include="Base64TransformsTests.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>