未验证 提交 13782d6f 编写于 作者: D dotnet-maestro[bot] 提交者: GitHub

Update dependencies from https://github.com/dotnet/arcade build 20220805.2 (#6871)

[main] Update dependencies from dotnet/arcade
上级 78c83394
...@@ -75,25 +75,25 @@ ...@@ -75,25 +75,25 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22403.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22405.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4ee620cc1b57da45d93135e064d43a83e65bbb6e</Sha> <Sha>be709269603a9a3e90b189e6145b8450969ab067</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22403.1"> <Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.22405.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4ee620cc1b57da45d93135e064d43a83e65bbb6e</Sha> <Sha>be709269603a9a3e90b189e6145b8450969ab067</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22403.1"> <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22405.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4ee620cc1b57da45d93135e064d43a83e65bbb6e</Sha> <Sha>be709269603a9a3e90b189e6145b8450969ab067</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22403.1"> <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22405.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4ee620cc1b57da45d93135e064d43a83e65bbb6e</Sha> <Sha>be709269603a9a3e90b189e6145b8450969ab067</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22403.1"> <Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.22405.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4ee620cc1b57da45d93135e064d43a83e65bbb6e</Sha> <Sha>be709269603a9a3e90b189e6145b8450969ab067</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
</PropertyGroup> </PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade --> <!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup> <PropertyGroup>
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.22403.1</MicrosoftDotNetApiCompatVersion> <MicrosoftDotNetApiCompatVersion>7.0.0-beta.22405.2</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22403.1</MicrosoftDotNetCodeAnalysisPackageVersion> <MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.22405.2</MicrosoftDotNetCodeAnalysisPackageVersion>
</PropertyGroup> </PropertyGroup>
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 --> <!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 --> <!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
......
parameters: parameters:
runAsPublic: false runAsPublic: false
sourceIndexPackageVersion: 1.0.1-20210614.1 sourceIndexPackageVersion: 1.0.1-20220804.1
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci" sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: [] preSteps: []
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
} }
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22403.1", "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22403.1" "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22405.2"
}, },
"sdk": { "sdk": {
"version": "7.0.100-preview.5.22307.18" "version": "7.0.100-preview.5.22307.18"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册