Update dependencies from https://github.com/dotnet/arcade build 20190704.2 (#2899)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19354.2
This commit is contained in:
dotnet-maestro[bot] 2019-07-05 12:26:28 +00:00 committed by GitHub
parent bb0713650c
commit ec9e5d2641
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.19353.19"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19354.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>733f8297b68dd824044a77d955e62305b9dc43d5</Sha> <Sha>30553c0de34454fb8da5229962501af65eb1233f</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.19353.19" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19354.2"
} }
} }