Fix dotnet run/publish with runtime specified not working again

This commit is contained in:
Salman Ahmed
2021-01-27 20:45:48 +03:00
parent 15e455231e
commit 63f057a525
2 changed files with 2 additions and 4 deletions

View File

@ -26,6 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="3.1.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.2.6" />
<PackageReference Include="Microsoft.NETCore.Targets" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="ppy.osu.Framework" Version="2021.127.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2020.1202.0" />