Update dependencies from https://github.com/dotnet/arcade build 20200320.4 (#6882)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20170.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-21 12:36:49 +00:00 committed by GitHub
parent f30c97b209
commit b32c4cd134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -100,9 +100,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20170.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20170.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>08954d95550364cb78764b078c9b24383f8cda48</Sha>
<Sha>89aa923e9c53483f61ec28bf9d546ac39d54a26b</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.1"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.4"
}
}