Update to newer SDK

This commit is contained in:
wtgodbe 2019-10-02 16:24:35 -07:00
parent 90790ca541
commit b480a09bf7
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,8 @@
<PropertyGroup>
<!-- Working around https://github.com/NuGet/Home/issues/8467 -->
<NoWarn>$(NoWarn);NU5131</NoWarn>
<!-- Workaround until https://github.com/aspnet/AspNetCore-Internal/issues/3103 is resolved -->
<NoWarn>$(NoWarn);NU5048</NoWarn>
</PropertyGroup>
<!-- Workaround https://github.com/dotnet/roslyn/issues/27975 -->

View File

@ -1,9 +1,9 @@
{
"sdk": {
"version": "3.1.100-preview1-014024"
"version": "3.1.100-preview1-014400"
},
"tools": {
"dotnet": "3.1.100-preview1-014024",
"dotnet": "3.1.100-preview1-014400",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreAppRuntimeVersion)"