Merge pull request #3206 from dotnet/darc-master-2b9ab207-b3df-48fe-865f-322420177bdf

[master] Update dependencies from dotnet/arcade
This commit is contained in:
Livar 2019-07-15 11:25:54 -07:00 committed by GitHub
commit c3836c52a3
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.19363.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19364.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8c94bc75d29cd84e3592e4044100d45a341653f7</Sha>
<Sha>0c81c2bbdc49749e9940bc8858ebd16026d51277</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.19363.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19364.1"
}
}