Update dependencies from https://github.com/dotnet/arcade build 20190908.2 (#4693)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19458.2
This commit is contained in:
dotnet-maestro[bot] 2019-09-09 12:39:10 +00:00 committed by GitHub
parent b3ef38eba4
commit 3ad82f9c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -65,9 +65,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19457.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19458.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c27945fc559ee636139d9f460db71242b16483e6</Sha>
<Sha>29ee79a10c58dd6863a46157e374521cac610ad8</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19457.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19458.2"
}
}