From 8d32f87b74b90f7da03574f3d44a370319886681 Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Tue, 3 Jul 2018 14:00:40 -0700 Subject: add missing files to package properly on FreeBSD (#18764) --- .../runtime.FreeBSD.Microsoft.NETCore.ILAsm.props | 6 ++++++ .../runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props | 6 ++++++ .../runtime.FreeBSD.Microsoft.NETCore.Jit.props | 6 ++++++ .../Microsoft.NETCore.Native.props | 4 ++-- .../runtime.FreeBSD.Microsoft.NETCore.Native.props | 7 +++++++ ...ime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props | 18 ++++++++++++++++++ .../runtime.FreeBSD.Microsoft.NETCore.TestHost.props | 6 ++++++ src/.nuget/dir.props | 2 +- 8 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props create mode 100644 src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props create mode 100644 src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props create mode 100644 src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props create mode 100644 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props create mode 100644 src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props (limited to 'src/.nuget') diff --git a/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props new file mode 100644 index 0000000000..a8019b21e6 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.FreeBSD.Microsoft.NETCore.ILAsm.props @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props new file mode 100644 index 0000000000..f7ab15b664 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.FreeBSD.Microsoft.NETCore.ILDAsm.props @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props b/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props new file mode 100644 index 0000000000..b92d11ae59 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Jit/runtime.FreeBSD.Microsoft.NETCore.Jit.props @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props b/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props index ff2f587a1c..a46a1bee55 100644 --- a/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props +++ b/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props @@ -1,6 +1,6 @@ - Linux;OSX + Linux;OSX;FreeBSD - \ No newline at end of file + diff --git a/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props b/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props new file mode 100644 index 0000000000..dea614a67d --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Native/runtime.FreeBSD.Microsoft.NETCore.Native.props @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props new file mode 100644 index 0000000000..fcf0d78a0b --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.FreeBSD.Microsoft.NETCore.Runtime.CoreCLR.props @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props b/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props new file mode 100644 index 0000000000..ce004bdac4 --- /dev/null +++ b/src/.nuget/Microsoft.NETCore.TestHost/runtime.FreeBSD.Microsoft.NETCore.TestHost.props @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props index 4163f14300..03d06753da 100644 --- a/src/.nuget/dir.props +++ b/src/.nuget/dir.props @@ -23,7 +23,7 @@ $(OSRid) - Windows_NT;OSX;Android;Linux + Windows_NT;OSX;Android;Linux;FreeBSD ;$(SupportedPackageOSGroups);