Skip to content

Commit 4a4035d

Browse files
[release/7.0.3xx] Update dependencies from dotnet/arcade (#40022)
[release/7.0.3xx] Update dependencies from dotnet/arcade
1 parent b7b32d2 commit 4a4035d

File tree

7 files changed

+17
-16
lines changed

7 files changed

+17
-16
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
3030
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
3131
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
32-
<add key="darc-pub-DotNet-msbuild-Trusted-6918b86" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-6918b863/nuget/v3/index.json" /> <!-- Used for Rich Navigation indexing task -->
32+
<add key="darc-pub-DotNet-msbuild-Trusted-6918b86" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-6918b863/nuget/v3/index.json" />
33+
<!-- Used for Rich Navigation indexing task -->
3334
<!-- Used for Rich Navigation indexing task -->
3435
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
3536
</packageSources>

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,22 +287,22 @@
287287
</Dependency>
288288
</ProductDependencies>
289289
<ToolsetDependencies>
290-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24176.7">
290+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24204.2">
291291
<Uri>https://github.com/dotnet/arcade</Uri>
292-
<Sha>ea5ae5b4a608862561d02a158dfaac443fbaaff1</Sha>
292+
<Sha>31d070a59ea56ea0c25736318e4287bdd883d05f</Sha>
293293
<SourceBuild RepoName="arcade" ManagedOnly="true" />
294294
</Dependency>
295-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24176.7">
295+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24204.2">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>ea5ae5b4a608862561d02a158dfaac443fbaaff1</Sha>
297+
<Sha>31d070a59ea56ea0c25736318e4287bdd883d05f</Sha>
298298
</Dependency>
299-
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24176.7">
299+
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24204.2">
300300
<Uri>https://github.com/dotnet/arcade</Uri>
301-
<Sha>ea5ae5b4a608862561d02a158dfaac443fbaaff1</Sha>
301+
<Sha>31d070a59ea56ea0c25736318e4287bdd883d05f</Sha>
302302
</Dependency>
303-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24176.7">
303+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24204.2">
304304
<Uri>https://github.com/dotnet/arcade</Uri>
305-
<Sha>ea5ae5b4a608862561d02a158dfaac443fbaaff1</Sha>
305+
<Sha>31d070a59ea56ea0c25736318e4287bdd883d05f</Sha>
306306
</Dependency>
307307
<Dependency Name="System.Reflection.MetadataLoadContext" Version="7.0.0">
308308
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
3535
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3636
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>
37-
<MicrosoftDotNetSignToolVersion>7.0.0-beta.24176.7</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>7.0.0-beta.24204.2</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>7.0.1</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -188,7 +188,7 @@
188188
<PropertyGroup>
189189
<FluentAssertionsVersion>6.10.0</FluentAssertionsVersion>
190190
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
191-
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.24176.7</MicrosoftDotNetXUnitExtensionsVersion>
191+
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.24204.2</MicrosoftDotNetXUnitExtensionsVersion>
192192
<MoqPackageVersion>4.8.2</MoqPackageVersion>
193193
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
194194
</PropertyGroup>

eng/common/templates-official/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33

44
steps:
55
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
6-
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
6+
- script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
77
displayName: Set skipComponentGovernanceDetection variable
88
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
99
- task: ComponentGovernanceComponentDetection@0

eng/common/templates-official/variables/pool-providers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# pool:
2525
# name: $(DncEngInternalBuildPool)
26-
# image: 1es-windows-2022-pt
26+
# image: 1es-windows-2022
2727

2828
variables:
2929
# Coalesce the target and source branches so we know when a PR targets a release branch

eng/common/templates/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33

44
steps:
55
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
6-
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
6+
- script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
77
displayName: Set skipComponentGovernanceDetection variable
88
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
99
- task: ComponentGovernanceComponentDetection@0

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24176.7",
15-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24176.7"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24204.2",
15+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24204.2"
1616
}
1717
}

0 commit comments

Comments
 (0)