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-10-04 23:20:30 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-10-06 00:58:03 +0300
commit8cbdf88e1b122babd37575587692448ed59e7f58 (patch)
tree2d19703a35514fde2e63505b1704a469eb17c641 /src/System.Runtime.CompilerServices.Unsafe/tests
parenta3ae67fd338d55d0bdc0bab4e8ba37ac9b2b7e3d (diff)
Reorder test.builds files metadata to be consisteng across the repo
Diffstat (limited to 'src/System.Runtime.CompilerServices.Unsafe/tests')
-rw-r--r--src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.builds7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.builds b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.builds
index 265a360956..d16b1c0f2a 100644
--- a/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.builds
+++ b/src/System.Runtime.CompilerServices.Unsafe/tests/System.Runtime.CompilerServices.Unsafe.Tests.builds
@@ -2,12 +2,11 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
- <Project Include="System.Runtime.CompilerServices.Unsafe.Tests.csproj" Condition="'$(OS)'=='Windows_NT'"/>
+ <Project Include="System.Runtime.CompilerServices.Unsafe.Tests.csproj" Condition="'$(OS)'=='Windows_NT'" />
<Project Include="System.Runtime.CompilerServices.Unsafe.Tests.csproj" Condition="'$(OS)'=='Windows_NT'">
- <TestTFMs>netcore50;net46</TestTFMs>
<OSGroup>Windows_NT</OSGroup>
+ <TestTFMs>netcore50;net46</TestTFMs>
</Project>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project>
-
+</Project> \ No newline at end of file