Update dependencies from https://github.com/dotnet/arcade build 20190804.1 (#3778)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19404.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-05 12:43:43 +00:00 committed by GitHub
parent 7031ddb3f6
commit a59da4a1d0
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.19403.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19404.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3b75ef38a33579dcd32f2912ee69e886356b0f18</Sha>
<Sha>b1c2f33f0cef32d1df6e7f388017fd6761d3fcad</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.19403.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1"
}
}