Fix test project
authorJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 13 Feb 2018 22:24:40 +0000 (14:24 -0800)
committerJose Perez Rodriguez <joperezr@microsoft.com>
Tue, 13 Feb 2018 22:24:40 +0000 (14:24 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/bb72f2e32593383ec3862d064cc8916ba5c4daa4

src/libraries/System.IO.Pipelines/tests/Configurations.props
src/libraries/System.IO.Pipelines/tests/System.IO.Pipelines.Tests.csproj

index 78953df..d3ac8a6 100644 (file)
@@ -2,7 +2,7 @@
 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <BuildConfigurations>
-      netstandard;
+      netcoreapp;
     </BuildConfigurations>
   </PropertyGroup>
 </Project>
index ffbfb13..76493ea 100644 (file)
@@ -4,8 +4,8 @@
   <PropertyGroup>
     <ProjectGuid>{9E984EB2-827E-4029-9647-FB5F8B67C553}</ProjectGuid>
   </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
   <ItemGroup>
     <Compile Include="BackpressureTests.cs" />
     <Compile Include="FlushAsyncCancellationTests.cs" />