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:
authorEric St. John <ericstj@microsoft.com>2016-10-04 02:49:29 +0300
committerEric St. John <ericstj@microsoft.com>2016-10-05 02:56:07 +0300
commitb55231b5aa41a35db6cb0363a6b61cf7643b0f3b (patch)
tree231d6c483a665eebf575db68d9a6592ba432185b /src/System.Globalization.Calendars/tests
parent4f4975fc8ccfafd5a76fde601f7fe2756a8e820b (diff)
Clean up PKGProj references from tests
A lot of tests were still using a ton of unnecessary metadata on pkgproj references. This is exactly what the pkgproj's eliminate.
Diffstat (limited to 'src/System.Globalization.Calendars/tests')
-rw-r--r--src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj b/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
index 7c201b332d..c153d4cf73 100644
--- a/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
+++ b/src/System.Globalization.Calendars/tests/System.Globalization.Calendars.Tests.csproj
@@ -137,13 +137,7 @@
<TargetingPackReference Include="System.Runtime" />
</ItemGroup>
<ItemGroup>
- <!-- Compile tests against the contract, but copy our local-built implementation for testing -->
- <ProjectReference Include="..\pkg\System.Globalization.Calendars.pkgproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- <OutputItemType>Content</OutputItemType>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <Targets>Build;DebugSymbolsProjectOutputGroup</Targets>
- </ProjectReference>
+ <ProjectReference Include="..\pkg\System.Globalization.Calendars.pkgproj" />
<!-- ToDo: Remove this reference to the live package of System.Globalization once prerelease gets updated again -->
<ProjectReference Include="..\..\System.Runtime\pkg\System.Runtime.pkgproj">
<Name>System.Runtime</Name>