Update dependencies from https://github.com/dotnet/arcade build 20200811.8 (#8153)

[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
This commit is contained in:
dotnet-maestro[bot] 2020-08-13 14:59:59 +00:00 committed by GitHub
parent 9b364a1621
commit 8835b8ca15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -104,9 +104,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20407.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20411.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
<Sha>ecec08a0eebbd92bb9538e351d475582551d9092</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -42,6 +42,7 @@ function Build([string]$target) {
/p:Configuration=$configuration `
/p:RepoRoot=$RepoRoot `
/p:BaseIntermediateOutputPath=$outputPath `
/v:$verbosity `
@properties
}

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20407.3"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8"
}
}