Update dependencies from https://github.com/dotnet/arcade build 20190329.2 (#1164)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19179.2
This commit is contained in:
dotnet-maestro[bot] 2019-03-30 12:35:34 +00:00 committed by GitHub
parent b7379c5a50
commit 8308b5f0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -61,9 +61,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19179.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19179.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ef139c7533e2e33c5e0946b80cb1aa95d84da868</Sha>
<Sha>31abd61b43b115a6af83c92ce35ed4e8efd01dfd</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.19179.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19179.2"
}
}