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.Reflection
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.Reflection')
-rw-r--r--src/System.Reflection/tests/Configurations.props1
-rw-r--r--src/System.Reflection/tests/System.Reflection.Tests.csproj2
-rw-r--r--src/System.Reflection/tests/TestExe/Configurations.props1
-rw-r--r--src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj2
4 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Reflection/tests/Configurations.props b/src/System.Reflection/tests/Configurations.props
index 800e963c80..c398e42e89 100644
--- a/src/System.Reflection/tests/Configurations.props
+++ b/src/System.Reflection/tests/Configurations.props
@@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netstandard1.5;
netstandard;
</BuildConfigurations>
</PropertyGroup>
diff --git a/src/System.Reflection/tests/System.Reflection.Tests.csproj b/src/System.Reflection/tests/System.Reflection.Tests.csproj
index 302e0d07d7..b66f0f7b47 100644
--- a/src/System.Reflection/tests/System.Reflection.Tests.csproj
+++ b/src/System.Reflection/tests/System.Reflection.Tests.csproj
@@ -7,8 +7,6 @@
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.5-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.5-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="AssemblyNameTests.cs" />
<Compile Include="AssemblyTests.cs" />
diff --git a/src/System.Reflection/tests/TestExe/Configurations.props b/src/System.Reflection/tests/TestExe/Configurations.props
index 800e963c80..c398e42e89 100644
--- a/src/System.Reflection/tests/TestExe/Configurations.props
+++ b/src/System.Reflection/tests/TestExe/Configurations.props
@@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netstandard1.5;
netstandard;
</BuildConfigurations>
</PropertyGroup>
diff --git a/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj b/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj
index 2982aee450..77e9804a1b 100644
--- a/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj
+++ b/src/System.Reflection/tests/TestExe/System.Reflection.TestExe.csproj
@@ -9,8 +9,6 @@
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.5-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard1.5-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="$(CommonPath)\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAssemblyAttribute.cs">