Skip to content

Commit 6485e03

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/arcade (#51943)
2 parents f7524f6 + dd73a64 commit 6485e03

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
@@ -491,22 +491,22 @@
491491
</Dependency>
492492
</ProductDependencies>
493493
<ToolsetDependencies>
494-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25574.4">
494+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25577.1">
495495
<Uri>https://github.com/dotnet/arcade</Uri>
496-
<Sha>f95859accbb8e8312e39c1dcd7d1639c4d2c0c51</Sha>
496+
<Sha>1be4bb105d0b2b0b9c9b36b8705eb6eb00250e42</Sha>
497497
<SourceBuild RepoName="arcade" ManagedOnly="true" />
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25574.4">
499+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25577.1">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>f95859accbb8e8312e39c1dcd7d1639c4d2c0c51</Sha>
501+
<Sha>1be4bb105d0b2b0b9c9b36b8705eb6eb00250e42</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25574.4">
503+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.25577.1">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>f95859accbb8e8312e39c1dcd7d1639c4d2c0c51</Sha>
505+
<Sha>1be4bb105d0b2b0b9c9b36b8705eb6eb00250e42</Sha>
506506
</Dependency>
507-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25574.4">
507+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25577.1">
508508
<Uri>https://github.com/dotnet/arcade</Uri>
509-
<Sha>f95859accbb8e8312e39c1dcd7d1639c4d2c0c51</Sha>
509+
<Sha>1be4bb105d0b2b0b9c9b36b8705eb6eb00250e42</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.25574.4</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.25577.1</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -214,7 +214,7 @@
214214
<PropertyGroup>
215215
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
216216
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
217-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25574.4</MicrosoftDotNetXUnitExtensionsVersion>
217+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25577.1</MicrosoftDotNetXUnitExtensionsVersion>
218218
<MoqPackageVersion>4.18.4</MoqPackageVersion>
219219
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
220220
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/templates-official/steps/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
# in the default public locations.
4848
internalRuntimeDownloadArgs=
4949
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
50-
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
50+
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
5151
fi
5252
5353
buildConfig=Release

eng/common/templates/steps/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
# in the default public locations.
4848
internalRuntimeDownloadArgs=
4949
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
50-
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
50+
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
5151
fi
5252
5353
buildConfig=Release

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

0 commit comments

Comments
 (0)