Upgrade packages to .NET 5 RTM

This commit is contained in:
hishamco
2020-11-10 23:47:43 +03:00
parent 4762fac0ce
commit 45819aae07
3 changed files with 15 additions and 15 deletions

View File

@ -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>