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:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-02-07 00:52:11 +0300
committerGitHub <noreply@github.com>2017-02-07 00:52:11 +0300
commit62212cca900081173fce70991c3a0b30393994a3 (patch)
treefd09c442d0bf236eb3b5d78415ad3356d93f95a0 /src/System.IO.Packaging
parent4cafdebd2ceb5383c12cf70b020a72ae770c0e71 (diff)
Remove versioned configuration from test projects (#15879)
The changes onclude some other minor clean up in the test project files
Diffstat (limited to 'src/System.IO.Packaging')
-rw-r--r--src/System.IO.Packaging/tests/Configurations.props1
-rw-r--r--src/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/System.IO.Packaging/tests/Configurations.props b/src/System.IO.Packaging/tests/Configurations.props
index b2db637110..c398e42e89 100644
--- a/src/System.IO.Packaging/tests/Configurations.props
+++ b/src/System.IO.Packaging/tests/Configurations.props
@@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netstandard1.3;
netstandard;
</BuildConfigurations>
</PropertyGroup>
diff --git a/src/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj b/src/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj
index a9c704e65d..2c81d0eb30 100644
--- a/src/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj
+++ b/src/System.IO.Packaging/tests/System.IO.Packaging.Tests.csproj
@@ -6,8 +6,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.3-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.3-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="Tests.cs" />
</ItemGroup>