Update dependencies from dotnet/corefx (dotnet/core-setup#5055)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Mon, 4 Feb 2019 20:50:59 +0000 (20:50 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 20:50:59 +0000 (20:50 +0000)
* Update dependencies from https://github.com/dotnet/corefx build 20190129.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19079.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19079.4

* Update dependencies from https://github.com/dotnet/corefx build 20190129.11

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19079.11
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19079.11

* Update dependencies from https://github.com/dotnet/corefx build 20190130.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.1

* Update dependencies from https://github.com/dotnet/corefx build 20190130.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.2

* Update dependencies from https://github.com/dotnet/corefx build 20190130.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.4

* Update dependencies from https://github.com/dotnet/corefx build 20190130.5

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.5

* Update dependencies from https://github.com/dotnet/corefx build 20190131.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.1

* Update dependencies from https://github.com/dotnet/corefx build 20190131.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.2

* Update dependencies from https://github.com/dotnet/corefx build 20190131.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.4

* Update dependencies from https://github.com/dotnet/corefx build 20190201.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.1

* Update dependencies from https://github.com/dotnet/corefx build 20190201.3

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.3

* Update dependencies from https://github.com/dotnet/corefx build 20190201.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.4

* Update dependencies from https://github.com/dotnet/corefx build 20190201.5

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.5

* Update dependencies from https://github.com/dotnet/corefx build 20190202.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19102.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19102.2

* Update dependencies from https://github.com/dotnet/corefx build 20190203.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.1

* Update dependencies from https://github.com/dotnet/corefx build 20190203.3

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.3

* Update dependencies from https://github.com/dotnet/corefx build 20190203.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.4

* Update dependencies from https://github.com/dotnet/corefx build 20190204.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19104.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19104.1

* Remove FreeBSD RID to unblock CoreFX uptake

Commit migrated from https://github.com/dotnet/core-setup/commit/9c52a1afb2df9ea40c08f2aab13e41660b93ab6e

src/installer/pkg/projects/netcoreappRIDs.props

index bcf4cfb..348ede3 100644 (file)
@@ -10,7 +10,8 @@
     <OfficialBuildRID Include="linux-musl-x64" />
     <OfficialBuildRID Include="rhel.6-x64" />
     <OfficialBuildRID Include="osx-x64" />
-    <OfficialBuildRID Include="freebsd-x64" />
+    <!-- Not currently built by CoreFX. -->
+    <!-- <OfficialBuildRID Include="freebsd-x64" /> -->
     <OfficialBuildRID Include="win-x86">
       <Platform>x86</Platform>
     </OfficialBuildRID>