Skip to content

Commit c5b21de

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240404.3
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24204.3
1 parent 0e58235 commit c5b21de

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -483,22 +483,22 @@
483483
</Dependency>
484484
</ProductDependencies>
485485
<ToolsetDependencies>
486-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24179.4">
486+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24204.3">
487487
<Uri>https://github.com/dotnet/arcade</Uri>
488-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
488+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
489489
<SourceBuild RepoName="arcade" ManagedOnly="true" />
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24179.4">
491+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24204.3">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
493+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24179.4">
495+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24204.3">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
497+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24179.4">
499+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24204.3">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
501+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
502502
</Dependency>
503503
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
504504
<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
@@ -32,7 +32,7 @@
3232
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
3333
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3434
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
35-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24179.4</MicrosoftDotNetSignToolVersion>
35+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24204.3</MicrosoftDotNetSignToolVersion>
3636
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3737
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
3838
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -205,7 +205,7 @@
205205
<PropertyGroup>
206206
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
207207
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
208-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24179.4</MicrosoftDotNetXUnitExtensionsVersion>
208+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24204.3</MicrosoftDotNetXUnitExtensionsVersion>
209209
<MoqPackageVersion>4.18.4</MoqPackageVersion>
210210
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
211211
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

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

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

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

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

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

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24179.4",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24179.4"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24204.3",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24204.3"
1919
}
2020
}

0 commit comments

Comments
 (0)