Merge pull request #1178 from dotnet/darc-master-8a2523dc-6b6f-4960-aebb-974ef38039d9

[master] Update dependencies from dotnet/arcade
This commit is contained in:
William Li 2019-04-04 10:59:07 -07:00 committed by GitHub
commit fe9ac53631
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.19179.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19203.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>31abd61b43b115a6af83c92ce35ed4e8efd01dfd</Sha>
<Sha>811fda44a88dcfe3e42a17bb34467f5764836c65</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.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19203.10"
}
}