Update dependencies from https://github.com/dotnet/arcade build 20190620.1 (#2560)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19320.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-21 12:28:06 +00:00 committed by GitHub
parent 8361cb8c23
commit 6eecf3afb0
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.19319.25">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19320.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bd50b2bcc787a8c62e2e114fb54704b645cc1c3a</Sha>
<Sha>b21c24996a73aa62b7a1ee69f546b9d2eb084f29</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview5-011568"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19319.25"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19320.1"
}
}