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-28 20:12:18 +0300
committerEric St. John <ericstj@microsoft.com>2018-03-29 18:53:02 +0300
commit5f26635e5ff67d0c58270fd173120186667f5bfc (patch)
treec73d270a251806c11dcee184198935d34ca98b67 /pkg
parentf0279bfa494e5888455a39f31a99cb2ec4b86ea9 (diff)
Add workarounds to package testing for issue 28551
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/packageSettings/System.Buffers/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Diagnostics.DiagnosticSource/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Reflection.TypeExtensions/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Runtime.CompilerServices.Unsafe/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Security.Cryptography.Cng/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Security.Cryptography.OpenSsl/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Security.Principal.Windows/netcoreapp1.0/workaroundDowngrade.targets7
-rw-r--r--pkg/test/packageSettings/System.Threading.Tasks.Extensions/netcoreapp1.0/workaroundDowngrade.targets7
8 files changed, 56 insertions, 0 deletions
diff --git a/pkg/test/packageSettings/System.Buffers/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Buffers/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Buffers/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Diagnostics.DiagnosticSource/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Diagnostics.DiagnosticSource/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Diagnostics.DiagnosticSource/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Reflection.TypeExtensions/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Reflection.TypeExtensions/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Reflection.TypeExtensions/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Runtime.CompilerServices.Unsafe/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Runtime.CompilerServices.Unsafe/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Runtime.CompilerServices.Unsafe/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Security.Cryptography.Cng/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Security.Cryptography.Cng/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Security.Cryptography.Cng/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Security.Cryptography.OpenSsl/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Security.Cryptography.OpenSsl/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Security.Cryptography.OpenSsl/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Security.Principal.Windows/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Security.Principal.Windows/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Security.Principal.Windows/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file
diff --git a/pkg/test/packageSettings/System.Threading.Tasks.Extensions/netcoreapp1.0/workaroundDowngrade.targets b/pkg/test/packageSettings/System.Threading.Tasks.Extensions/netcoreapp1.0/workaroundDowngrade.targets
new file mode 100644
index 0000000000..1ec61540e4
--- /dev/null
+++ b/pkg/test/packageSettings/System.Threading.Tasks.Extensions/netcoreapp1.0/workaroundDowngrade.targets
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <!-- issue https://github.com/dotnet/corefx/issues/28551 -->
+ <PackageReference Include="NETStandard.Library" Version="1.6.1" />
+ </ItemGroup>
+</Project> \ No newline at end of file