Update dependencies from https://github.com/dotnet/arcade build 20190409.2 (#1347)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.2
This commit is contained in:
dotnet-maestro[bot] 2019-04-10 12:30:58 +00:00 committed by GitHub
parent a36330cb4e
commit 784d575cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -64,9 +64,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19209.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19209.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9d7e665ecf2606094677524ecd5af0fc39c7bb49</Sha>
<Sha>63b76f3f952f821d0a7996427a9f3534f1c25ab7</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19209.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19209.2"
}
}