summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props
diff options
context:
space:
mode:
authorTomas Weinfurt <tweinfurt@yahoo.com>2018-07-03 14:00:40 -0700
committerJan Kotas <jkotas@microsoft.com>2018-07-03 23:00:40 +0200
commit8d32f87b74b90f7da03574f3d44a370319886681 (patch)
tree5dd4e7000a66314a814d0512672dd6a65b6ce375 /src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props
parentdc8ee8c84cf51a474fbfc164f7efe825a7a7aece (diff)
downloadcoreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.gz
coreclr-8d32f87b74b90f7da03574f3d44a370319886681.tar.bz2
coreclr-8d32f87b74b90f7da03574f3d44a370319886681.zip
add missing files to package properly on FreeBSD (#18764)
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props')
-rw-r--r--src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.props4
1 files changed, 2 insertions, 2 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <SupportedPackageOSGroups>Linux;OSX</SupportedPackageOSGroups>
+ <SupportedPackageOSGroups>Linux;OSX;FreeBSD</SupportedPackageOSGroups>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>