Skip to content

Commit 969c205

Browse files
authored
[release/7.0.4xx] Update dependencies from dotnet/arcade (#39374)
2 parents 29f02c1 + 98f4629 commit 969c205

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
@@ -283,22 +283,22 @@
283283
</Dependency>
284284
</ProductDependencies>
285285
<ToolsetDependencies>
286-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24155.3">
286+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24160.1">
287287
<Uri>https://github.com/dotnet/arcade</Uri>
288-
<Sha>57d97c22303813c8b0a8d70a24f312cace5dba99</Sha>
288+
<Sha>aa22ad6cceb0fcb802ed542360827c191024649e</Sha>
289289
<SourceBuild RepoName="arcade" ManagedOnly="true" />
290290
</Dependency>
291-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24155.3">
291+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24160.1">
292292
<Uri>https://github.com/dotnet/arcade</Uri>
293-
<Sha>57d97c22303813c8b0a8d70a24f312cace5dba99</Sha>
293+
<Sha>aa22ad6cceb0fcb802ed542360827c191024649e</Sha>
294294
</Dependency>
295-
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24155.3">
295+
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.24160.1">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>57d97c22303813c8b0a8d70a24f312cace5dba99</Sha>
297+
<Sha>aa22ad6cceb0fcb802ed542360827c191024649e</Sha>
298298
</Dependency>
299-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24155.3">
299+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.24160.1">
300300
<Uri>https://github.com/dotnet/arcade</Uri>
301-
<Sha>57d97c22303813c8b0a8d70a24f312cace5dba99</Sha>
301+
<Sha>aa22ad6cceb0fcb802ed542360827c191024649e</Sha>
302302
</Dependency>
303303
<Dependency Name="System.Reflection.MetadataLoadContext" Version="7.0.0">
304304
<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.24155.3</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>7.0.0-beta.24160.1</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.24155.3</MicrosoftDotNetXUnitExtensionsVersion>
193+
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.24160.1</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.24155.3",
15-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24155.3"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24160.1",
15+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24160.1"
1616
}
1717
}

0 commit comments

Comments
 (0)