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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-12-14 22:19:06 +0300
committerGitHub <noreply@github.com>2016-12-14 22:19:06 +0300
commit3403b4f6a11fd6ba53551c9d55de25fbb83bdc85 (patch)
tree2b329fcaa8de496bf759c441fdd16cc243e7f10e /src/System.Runtime.CompilerServices.Unsafe/tests
parent9a34009809e25f648405eca7368ab8443243a043 (diff)
Make Test projects compile against the Targeting pack. (1/3 of the work) (#14482)
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe/tests')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
index 917f51d834..0d509d87c1 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.csproj
@@ -1,21 +1,13 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <RootNamespace>System.Runtime.CompilerServices</RootNamespace>
- <AssemblyName>System.Runtime.CompilerServices.Unsafe.Tests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<ItemGroup>
<Compile Include="UnsafeTests.cs" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\pkg\System.Runtime.CompilerServices.Unsafe.pkgproj">
- <Name>System.Runtime.CompilerServices.Unsafe</Name>
- </ProjectReference>
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file