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
path: root/pkg
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2018-03-29 18:11:39 +0300
committerEric St. John <ericstj@microsoft.com>2018-03-30 00:58:34 +0300
commitf78d8f5bb2dbf45805c637605dd3b8f44c7b73a9 (patch)
treec3ddc7e4879f25fe2e723bb2b68a06cd6aaa4b81 /pkg
parente449875413a846cbbeb84e0e23e0f988de31e8e7 (diff)
MS.NETCore.Targets should not be tested on 1.x as it drops all runtime-dependencies
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.0/settings.targets7
-rw-r--r--pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.1/settings.targets7
2 files changed, 14 insertions, 0 deletions
diff --git a/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.0/settings.targets b/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.0/settings.targets
new file mode 100644
index 0000000000..3056cd46cd
--- /dev/null
+++ b/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.0/settings.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <!-- This package intentionally drops all runtime-package mappings from runtime.json -->
+ <ShouldVerifyClosure>false</ShouldVerifyClosure>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.1/settings.targets b/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.1/settings.targets
new file mode 100644
index 0000000000..3056cd46cd
--- /dev/null
+++ b/pkg/test/packageSettings/Microsoft.NETCore.Targets/netcoreapp1.1/settings.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <!-- This package intentionally drops all runtime-package mappings from runtime.json -->
+ <ShouldVerifyClosure>false</ShouldVerifyClosure>
+ </PropertyGroup>
+</Project> \ No newline at end of file