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:
parent
9b364a1621
commit
8835b8ca15
3 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -42,6 +42,7 @@ function Build([string]$target) {
|
|||
/p:Configuration=$configuration `
|
||||
/p:RepoRoot=$RepoRoot `
|
||||
/p:BaseIntermediateOutputPath=$outputPath `
|
||||
/v:$verbosity `
|
||||
@properties
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue