Skip to content

Commit 948474b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240327.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24176.8 -> To Version 8.0.0-beta.24177.1
1 parent 049918f commit 948474b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -479,22 +479,22 @@
479479
</Dependency>
480480
</ProductDependencies>
481481
<ToolsetDependencies>
482-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24176.8">
482+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24177.1">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
484+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
485485
<SourceBuild RepoName="arcade" ManagedOnly="true" />
486486
</Dependency>
487-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24176.8">
487+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24177.1">
488488
<Uri>https://github.com/dotnet/arcade</Uri>
489-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
489+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24176.8">
491+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24177.1">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
493+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24176.8">
495+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24177.1">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
497+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
498498
</Dependency>
499499
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
500500
<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
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
3535
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3636
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
37-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24176.8</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24177.1</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -209,7 +209,7 @@
209209
<PropertyGroup>
210210
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
211211
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
212-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24176.8</MicrosoftDotNetXUnitExtensionsVersion>
212+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24177.1</MicrosoftDotNetXUnitExtensionsVersion>
213213
<MoqPackageVersion>4.18.4</MoqPackageVersion>
214214
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
215215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/native/init-compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ -z "$CLR_CC" ]; then
6363
# Set default versions
6464
if [ -z "$majorVersion" ]; then
6565
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
66-
if [ "$compiler" = "clang" ]; then versions="17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
66+
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
6767
elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
6868

6969
for version in $versions; do

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.24176.8",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24176.8"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24177.1",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24177.1"
1919
}
2020
}

0 commit comments

Comments
 (0)