Update dependencies from https://github.com/dotnet/arcade build 20190219.2 (#604)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19119.2
This commit is contained in:
dotnet-maestro[bot] 2019-02-20 13:42:56 +00:00 committed by GitHub
parent 9a42d24f7c
commit 482cc99b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -36,9 +36,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19115.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19119.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>75af3cdef5022dbb92b8a94388198a6fd59a5d94</Sha>
<Sha>8549f0f5f303b53dcafd5b26c5f2ec4c5137521b</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.19115.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19119.2"
}
}