Upgrade packages to .NET 5 RTM
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0-rc.2.20475.5" />
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-rc.2.20475.5" />
|
||||
<PackageReference Include="System.Text.Json" Version="5.0.0-rc.2.20475.5" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
||||
<PackageReference Include="System.Text.Json" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user