Add FreeBSD RIDs to known targets (#11972)

This implements [the changes](https://github.com/dotnet/runtime/issues/14537#issuecomment-917813061) suggested by @jasonpugsley to fix the following error when trying to install .NET on FreeBSD:

`NETSDK1084: There is no application host available for the specified RuntimeIdentifier freebsd-x64`
This commit is contained in:
Jostein Kjønigsen 2021-09-15 18:23:37 +02:00 committed by GitHub
parent eb360dba2f
commit 1e836bb1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@
<Net60AppHostRids Include="
@(Net50AppHostRids);
osx-arm64;
freebsd-x64;
"/>
<Net60RuntimePackRids Include="
@ -112,6 +113,7 @@
osx-arm64;
maccatalyst-x64;
maccatalyst-arm64;
freebsd-x64;
" />
<!-- In .NET 6 the browser-wasm runtime pack started using the Mono naming pattern -->