Skip to content

Commit 84db444

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240412.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.24176.7 -> To Version 7.0.0-beta.24212.2
1 parent 33f0449 commit 84db444

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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.24209.2">
290+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24212.2">
291291
<Uri>https://github.com/dotnet/arcade</Uri>
292-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
292+
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
293293
<SourceBuild RepoName="arcade" ManagedOnly="true" />
294294
</Dependency>
295-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24209.2">
295+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24212.2">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
297+
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
298298
</Dependency>
299-
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24209.2">
299+
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24212.2">
300300
<Uri>https://github.com/dotnet/arcade</Uri>
301-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
301+
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
302302
</Dependency>
303-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24209.2">
303+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24212.2">
304304
<Uri>https://github.com/dotnet/arcade</Uri>
305-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
305+
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</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.24209.2</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>7.0.0-beta.24212.2</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>7.0.1</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -190,7 +190,7 @@
190190
<PropertyGroup>
191191
<FluentAssertionsVersion>6.11.0</FluentAssertionsVersion>
192192
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
193-
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.24209.2</MicrosoftDotNetXUnitExtensionsVersion>
193+
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.24212.2</MicrosoftDotNetXUnitExtensionsVersion>
194194
<MoqPackageVersion>4.18.4</MoqPackageVersion>
195195
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
196196
</PropertyGroup>

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.24209.2",
15-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24209.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24212.2",
15+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24212.2"
1616
}
1717
}

0 commit comments

Comments
 (0)