Skip to content

Commit 9f32fbc

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250203.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25066.6 -> To Version 8.0.0-beta.25103.4
1 parent a96fa93 commit 9f32fbc

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<!-- End: Package sources from dotnet-runtime -->
3838
<!-- Begin: Package sources from dotnet-templating -->
3939
<add key="darc-pub-dotnet-templating-335a66e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef/nuget/v3/index.json" />
40+
<add key="darc-pub-dotnet-templating-335a66e-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-8/nuget/v3/index.json" />
41+
<add key="darc-pub-dotnet-templating-335a66e-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-7/nuget/v3/index.json" />
42+
<add key="darc-pub-dotnet-templating-335a66e-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-6/nuget/v3/index.json" />
43+
<add key="darc-pub-dotnet-templating-335a66e-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-5/nuget/v3/index.json" />
44+
<add key="darc-pub-dotnet-templating-335a66e-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-4/nuget/v3/index.json" />
45+
<add key="darc-pub-dotnet-templating-335a66e-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-3/nuget/v3/index.json" />
46+
<add key="darc-pub-dotnet-templating-335a66e-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-2/nuget/v3/index.json" />
47+
<add key="darc-pub-dotnet-templating-335a66e-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-335a66ef-1/nuget/v3/index.json" />
4048
<!-- End: Package sources from dotnet-templating -->
4149
<!-- Begin: Package sources from dotnet-windowsdesktop -->
4250
<add key="darc-int-dotnet-windowsdesktop-0dad47b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-0dad47b4/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,22 +491,22 @@
491491
</Dependency>
492492
</ProductDependencies>
493493
<ToolsetDependencies>
494-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25066.6">
494+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25103.4">
495495
<Uri>https://github.com/dotnet/arcade</Uri>
496-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
496+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
497497
<SourceBuild RepoName="arcade" ManagedOnly="true" />
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25066.6">
499+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25103.4">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
501+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25066.6">
503+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25103.4">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
505+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
506506
</Dependency>
507-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25066.6">
507+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25103.4">
508508
<Uri>https://github.com/dotnet/arcade</Uri>
509-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
509+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
510510
</Dependency>
511511
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.1">
512512
<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.25066.6</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25103.4</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.25066.6</MicrosoftDotNetXUnitExtensionsVersion>
212+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25103.4</MicrosoftDotNetXUnitExtensionsVersion>
213213
<MoqPackageVersion>4.18.4</MoqPackageVersion>
214214
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
215215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

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

0 commit comments

Comments
 (0)