Update dependencies from https://github.com/dotnet/arcade build 20190714.1

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19364.1
This commit is contained in:
dotnet-maestro 2019-07-15 12:11:12 +00:00
parent 3906fa5e89
commit 7fd885dfd5
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"
}
}