Skip to content

Commit a814209

Browse files
[release/6.0.1xx] Update dependencies from dotnet/arcade (#39540)
[release/6.0.1xx] Update dependencies from dotnet/arcade
1 parent 410a5bd commit a814209

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,22 +292,22 @@
292292
</Dependency>
293293
</ProductDependencies>
294294
<ToolsetDependencies>
295-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24162.4">
295+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24163.13">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
297+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
298298
<SourceBuild RepoName="arcade" ManagedOnly="true" />
299299
</Dependency>
300-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24162.4">
300+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24163.13">
301301
<Uri>https://github.com/dotnet/arcade</Uri>
302-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
302+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
303303
</Dependency>
304-
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24162.4">
304+
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24163.13">
305305
<Uri>https://github.com/dotnet/arcade</Uri>
306-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
306+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
307307
</Dependency>
308-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24162.4">
308+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24163.13">
309309
<Uri>https://github.com/dotnet/arcade</Uri>
310-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
310+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
311311
</Dependency>
312312
<Dependency Name="System.Reflection.MetadataLoadContext" Version="6.0.0">
313313
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
2828
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
2929
<SystemSecurityCryptographyPkcsPackageVersion>6.0.4</SystemSecurityCryptographyPkcsPackageVersion>
30-
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24162.4</MicrosoftDotNetSignToolVersion>
30+
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24163.13</MicrosoftDotNetSignToolVersion>
3131
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
3232
<SystemSecurityCryptographyProtectedDataPackageVersion>6.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
3333
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -166,7 +166,7 @@
166166
<PropertyGroup>
167167
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
168168
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
169-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24162.4</MicrosoftDotNetXUnitExtensionsVersion>
169+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24163.13</MicrosoftDotNetXUnitExtensionsVersion>
170170
<MoqPackageVersion>4.8.2</MoqPackageVersion>
171171
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.21376.2</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
172172
</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "6.0.127",
3+
"dotnet": "6.0.128",
44
"runtimes": {
55
"dotnet": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
@@ -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)