Skip to content

Commit 9482bbd

Browse files
[release/6.0.4xx] Update dependencies from dotnet/arcade (#39542)
[release/6.0.4xx] Update dependencies from dotnet/arcade
1 parent 08bfd35 commit 9482bbd

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
@@ -291,22 +291,22 @@
291291
</Dependency>
292292
</ProductDependencies>
293293
<ToolsetDependencies>
294-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24162.4">
294+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24163.13">
295295
<Uri>https://github.com/dotnet/arcade</Uri>
296-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
296+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
297297
<SourceBuild RepoName="arcade" ManagedOnly="true" />
298298
</Dependency>
299-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24162.4">
299+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24163.13">
300300
<Uri>https://github.com/dotnet/arcade</Uri>
301-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
301+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
302302
</Dependency>
303-
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24162.4">
303+
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24163.13">
304304
<Uri>https://github.com/dotnet/arcade</Uri>
305-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
305+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
306306
</Dependency>
307-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24162.4">
307+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24163.13">
308308
<Uri>https://github.com/dotnet/arcade</Uri>
309-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
309+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
310310
</Dependency>
311311
<Dependency Name="System.Reflection.MetadataLoadContext" Version="6.0.0">
312312
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3030
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>
3131
<SystemSecurityCryptographyPkcsPackageVersion>6.0.4</SystemSecurityCryptographyPkcsPackageVersion>
32-
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24162.4</MicrosoftDotNetSignToolVersion>
32+
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24163.13</MicrosoftDotNetSignToolVersion>
3333
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
3434
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
3535
<SystemXmlXmlDocumentPackageVersion>4.3.0</SystemXmlXmlDocumentPackageVersion>
@@ -173,7 +173,7 @@
173173
<PropertyGroup>
174174
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
175175
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
176-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24162.4</MicrosoftDotNetXUnitExtensionsVersion>
176+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24163.13</MicrosoftDotNetXUnitExtensionsVersion>
177177
<MoqPackageVersion>4.8.2</MoqPackageVersion>
178178
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
179179
</PropertyGroup>

eng/common/SetupNugetSources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function AddPackageSource($sources, $SourceName, $SourceEndPoint, $creds, $Usern
4949
Write-Host "Package source $SourceName already present."
5050
}
5151

52-
AddCredential -Creds $creds -Source $SourceName -Username $Username -Password $pwd
52+
AddCredential -Creds $creds -Source $SourceName -Username $Username -pwd $pwd
5353
}
5454

5555
# Add a credential node for the specified source

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": "6.0.0-beta.24162.4",
15-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24162.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24163.13",
15+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24163.13"
1616
}
1717
}

0 commit comments

Comments
 (0)