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 Mellino <erme@microsoft.com>2016-12-13 01:19:07 +0300
committerGitHub <noreply@github.com>2016-12-13 01:19:07 +0300
commit65780ef192c4f2214e65816e7ac90899be6a5557 (patch)
tree6de99d933e6dd3bccfce6f2cf3d70367525019b9 /src/System.Data.Common
parentbc4d19a5e65708208d1aae6ddb2e02f12b85a919 (diff)
Port first third of tests to build against the targeting pack / runtime (#14450)
* Change first third of test projects to compile against targeting pack. * Add supplemental test data into an external project
Diffstat (limited to 'src/System.Data.Common')
-rw-r--r--src/System.Data.Common/tests/System.Data.Common.Tests.csproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/System.Data.Common/tests/System.Data.Common.Tests.csproj b/src/System.Data.Common/tests/System.Data.Common.Tests.csproj
index 3b78d1f5ca..245ee77a59 100644
--- a/src/System.Data.Common/tests/System.Data.Common.Tests.csproj
+++ b/src/System.Data.Common/tests/System.Data.Common.Tests.csproj
@@ -3,17 +3,9 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<ProjectGuid>{82B54697-0251-47A1-8546-FC507D0F3B08}</ProjectGuid>
- <AssemblyName>System.Data.Common.Tests</AssemblyName>
- <RootNamespace>System.Data.Common.Tests</RootNamespace>
<DefineConstants Condition="'$(TargetGroup)'==''">$(DefineConstants);netstandard17</DefineConstants>
- <NugetTargetMoniker Condition="'$(TargetGroup)'==''">.NETStandard,Version=v1.7</NugetTargetMoniker>
<NoWarn>0168,0169,0414,0219,0649</NoWarn>
</PropertyGroup>
- <ItemGroup>
- <TestNugetTargetMoniker Include="$(NugetTargetMoniker)">
- <Folder>netcoreapp1.1</Folder>
- </TestNugetTargetMoniker>
- </ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
@@ -116,10 +108,5 @@
<Link>Common\System\Diagnostics\Tracing\TestEventListener.cs</Link>
</Compile>
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\pkg\System.Data.Common.pkgproj">
- <Name>System.Data.Common</Name>
- </ProjectReference>
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>