Update dependencies from https://github.com/dotnet/arcade build 20200110.4 (#6116)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20060.4
This commit is contained in:
dotnet-maestro[bot] 2020-01-11 13:30:28 +00:00 committed by GitHub
parent 7e747e382d
commit 4a29f84af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -104,9 +104,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20059.3"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20060.4">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>96a4497b2c38c6b7e19c39e4cb8fe5adac299fb4</Sha> <Sha>384a4bfab9ea05bff33790d21cb7e1d863e4e599</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-015949" "dotnet": "5.0.100-alpha1-015949"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20059.3" "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20060.4"
} }
} }