update to .net core 3.0.0 final and lastest wasm build

This commit is contained in:
Emanuele Filardo
2019-09-24 11:33:23 +02:00
parent eafb33eebe
commit c56845a451
3 changed files with 12 additions and 12 deletions

View File

@ -21,8 +21,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="4.6.0-rc1.19456.4" />
<PackageReference Include="System.Text.Json" Version="4.6.0-rc1.19456.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.6.0" />
<PackageReference Include="System.Text.Json" Version="4.6.0" />
</ItemGroup>
</Project>