Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#6194)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20068.1
This commit is contained in:
dotnet-maestro[bot] 2020-01-19 13:30:28 +00:00 committed by GitHub
parent de6afe2b25
commit 58f55be946
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>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20067.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20068.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>514e47a844ea7fe193978725c15e67ec16bff572</Sha>
<Sha>ebc71292545adda514c1e6a5657cd9ab753240bc</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

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