Update dependencies from https://github.com/dotnet/arcade build 20190713.1 (#3171)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19363.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-14 12:39:42 +00:00 committed by GitHub
parent 059528981c
commit d3bac60bd4
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> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19362.5"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19363.1">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>15f50ca6a9d0b441c9927421657fb9dc91206cc9</Sha> <Sha>8c94bc75d29cd84e3592e4044100d45a341653f7</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-012264" "dotnet": "3.0.100-preview6-012264"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19362.5" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19363.1"
} }
} }