Update dependencies from https://github.com/dotnet/arcade build 20190709.6 (#3004)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19359.6
This commit is contained in:
dotnet-maestro[bot] 2019-07-10 12:29:09 +00:00 committed by GitHub
parent 4ee13d2d04
commit 1a7512a71a
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> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19359.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19359.6">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ef3834feb8615429a58808cdcf9ad9284d767654</Sha> <Sha>0f5dd7680174620f31c9a00cdb2ac0b0e70e631f</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

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