File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 479
479
</Dependency >
480
480
</ProductDependencies >
481
481
<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 " >
483
483
<Uri >https://github.com/dotnet/arcade</Uri >
484
- <Sha >48e9e0d2164de0535446809364724da8962123a6 </Sha >
484
+ <Sha >b17b2a1bb7da23253043dee059f374b00f3e321a </Sha >
485
485
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
486
486
</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 " >
488
488
<Uri >https://github.com/dotnet/arcade</Uri >
489
- <Sha >48e9e0d2164de0535446809364724da8962123a6 </Sha >
489
+ <Sha >b17b2a1bb7da23253043dee059f374b00f3e321a </Sha >
490
490
</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 " >
492
492
<Uri >https://github.com/dotnet/arcade</Uri >
493
- <Sha >48e9e0d2164de0535446809364724da8962123a6 </Sha >
493
+ <Sha >b17b2a1bb7da23253043dee059f374b00f3e321a </Sha >
494
494
</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 " >
496
496
<Uri >https://github.com/dotnet/arcade</Uri >
497
- <Sha >48e9e0d2164de0535446809364724da8962123a6 </Sha >
497
+ <Sha >b17b2a1bb7da23253043dee059f374b00f3e321a </Sha >
498
498
</Dependency >
499
499
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.0" >
500
500
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 34
34
<SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
35
35
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
36
36
<SystemReflectionMetadataVersion >7.0.0</SystemReflectionMetadataVersion >
37
- <MicrosoftDotNetSignToolVersion >8.0.0-beta.24176.8 </MicrosoftDotNetSignToolVersion >
37
+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.24177.1 </MicrosoftDotNetSignToolVersion >
38
38
<MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
39
39
<SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
40
40
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
209
209
<PropertyGroup >
210
210
<FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
211
211
<FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
212
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24176.8 </MicrosoftDotNetXUnitExtensionsVersion >
212
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.24177.1 </MicrosoftDotNetXUnitExtensionsVersion >
213
213
<MoqPackageVersion >4.18.4</MoqPackageVersion >
214
214
<XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
215
215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if [ -z "$CLR_CC" ]; then
63
63
# Set default versions
64
64
if [ -z " $majorVersion " ]; then
65
65
# 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"
67
67
elif [ " $compiler " = " gcc" ]; then versions=" 13 12 11 10 9 8 7 6 5 4.9" ; fi
68
68
69
69
for version in $versions ; do
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"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 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments