Update dependencies from https://github.com/dotnet/arcade build 20190811.1 (#3962)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19411.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-12 12:42:43 +00:00 committed by GitHub
parent c13e6d9171
commit a7bb332d18
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.19410.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19411.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e2f5f0f5c20a1fef71845795b09066a5cd892a7e</Sha>
<Sha>a11024c8c22cc762011addafc30c653c938048f4</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.19410.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1"
}
}