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:
authorKarthik Rajasekaran <karajas@microsoft.com>2016-06-04 01:58:45 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2016-06-15 21:23:11 +0300
commitb4841454de7ddcd75e92e2bb24ebb238a82df43f (patch)
treeb8d5fa04f3f85c1fdc0ac26a57668c11c9855ede /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parentc1c59ed0aa53b6a78cdf9f5ffa258af95d6fd924 (diff)
Update CoreFX tests to compile against a minimum of netstandard1.3 and add supports clauses for tests
CoreFX tests will now compile against netstandard1.3 as references and will now deploy for the platforms listed in their respective supports clause, provided the appropriate TestTFM is passed in. The supports are fully listed inside runtime.json in the new TestSuite metapackage in buildtools. The tests will default to netcoreapp1.0 as their TestTFM. CoreFx test projects now utilise a test csproj to pkgproj reference which determine the appropriate compile time and runtime assets needed. Dependent on https://github.com/dotnet/buildtools/pull/770
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index e6f5eea83b..2412b83975 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
@@ -27,7 +27,7 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\src\System.IO.FileSystem.csproj">
+ <ProjectReference Include="..\pkg\System.IO.FileSystem.pkgproj">
<Project>{879c23dc-d828-4dfb-8e92-abbc11b71035}</Project>
<Name>System.IO.FileSystem</Name>
<Private>True</Private>