Double checked all 8.0 rids and noticed that I'd missed aspnet
This commit is contained in:
parent
4ff81b5c39
commit
4eeaa0f5c4
1 changed files with 2 additions and 0 deletions
|
@ -303,6 +303,8 @@
|
|||
<AspNetCore70RuntimePackRids Include="@(AspNetCore60RuntimePackRids);linux-ppc64le" />
|
||||
<AspNetCore80RuntimePackRids Include="@(AspNetCore70RuntimePackRids)" />
|
||||
|
||||
<AspNetCore80RuntimePackRids Remove="win-arm" />
|
||||
|
||||
<WindowsDesktop30RuntimePackRids Include="win-x64;win-x86" />
|
||||
<WindowsDesktop31RuntimePackRids Include="@(WindowsDesktop30RuntimePackRids)" />
|
||||
<WindowsDesktop50RuntimePackRids Include="@(WindowsDesktop31RuntimePackRids);win-arm64" />
|
||||
|
|
Loading…
Reference in a new issue