Update dependencies from https://github.com/dotnet/arcade build 20190706.1 (#2944)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19356.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-07 12:24:35 +00:00 committed by GitHub
parent 9bbc8f47c0
commit 8fc147337b
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.19355.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19356.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e0cbbc6fd6c6d45d7083ee0deb71cec7ea2d91f</Sha>
<Sha>a65d0966dc28861394ce78cfdcb9d5dff370957c</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.19355.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19356.1"
}
}