Update dependencies from https://github.com/dotnet/arcade build 20190803.1 (#3766)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19403.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-04 12:48:37 +00:00 committed by GitHub
parent b48629884e
commit 417f4e000c
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.19402.16"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19403.1">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d8457f6ba527aef165ff6fb0aded44bf8123ce83</Sha> <Sha>3b75ef38a33579dcd32f2912ee69e886356b0f18</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.19402.16" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19403.1"
} }
} }