Skip to content

Commit 76b6ed0

Browse files
Update dependencies from https://github.com/dotnet/arcade build (#54546)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.24162.4 -> To Version 6.0.0-beta.24163.13 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3570d8b commit 76b6ed0

File tree

5 files changed

+13
-19
lines changed

5 files changed

+13
-19
lines changed

NuGet.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<add key="darc-int-dotnet-runtime-34a1091-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-34a10914-1/nuget/v3/index.json" />
1010
<!-- End: Package sources from dotnet-runtime -->
1111
<!-- Begin: Package sources from dotnet-efcore -->
12-
<add key="darc-int-dotnet-efcore-fcddaa8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-fcddaa88/nuget/v3/index.json" />
13-
<add key="darc-int-dotnet-efcore-fcddaa8-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-fcddaa88-2/nuget/v3/index.json" />
14-
<add key="darc-int-dotnet-efcore-fcddaa8-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-fcddaa88-1/nuget/v3/index.json" />
1512
<!-- End: Package sources from dotnet-efcore -->
1613
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1714
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -29,9 +26,6 @@
2926
<clear />
3027
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3128
<!-- Begin: Package sources from dotnet-efcore -->
32-
<add key="darc-int-dotnet-efcore-fcddaa8-1" value="true" />
33-
<add key="darc-int-dotnet-efcore-fcddaa8-2" value="true" />
34-
<add key="darc-int-dotnet-efcore-fcddaa8" value="true" />
3529
<!-- End: Package sources from dotnet-efcore -->
3630
<!-- Begin: Package sources from dotnet-runtime -->
3731
<add key="darc-int-dotnet-runtime-34a1091-1" value="true" />

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -280,22 +280,22 @@
280280
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
281281
<Sha>34a109148c7d8a2c8e6431e83e4bce5712dd8083</Sha>
282282
</Dependency>
283-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24162.4">
283+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24163.13">
284284
<Uri>https://github.com/dotnet/arcade</Uri>
285-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
285+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
286286
<SourceBuild RepoName="arcade" ManagedOnly="true" />
287287
</Dependency>
288-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.24162.4">
288+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.24163.13">
289289
<Uri>https://github.com/dotnet/arcade</Uri>
290-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
290+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.24162.4">
292+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.24163.13">
293293
<Uri>https://github.com/dotnet/arcade</Uri>
294-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
294+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24162.4">
296+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24163.13">
297297
<Uri>https://github.com/dotnet/arcade</Uri>
298-
<Sha>c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75</Sha>
298+
<Sha>100394106fe203c112ab72bcc1576fb3753f7910</Sha>
299299
</Dependency>
300300
</ToolsetDependencies>
301301
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
<MicrosoftEntityFrameworkCoreVersion>6.0.28</MicrosoftEntityFrameworkCoreVersion>
132132
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.28</MicrosoftEntityFrameworkCoreDesignVersion>
133133
<!-- Packages from dotnet/arcade -->
134-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.24162.4</MicrosoftDotNetBuildTasksInstallersVersion>
135-
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.24162.4</MicrosoftDotNetBuildTasksTemplatingVersion>
134+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.24163.13</MicrosoftDotNetBuildTasksInstallersVersion>
135+
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.24163.13</MicrosoftDotNetBuildTasksTemplatingVersion>
136136
</PropertyGroup>
137137
<!--
138138

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
@@ -29,7 +29,7 @@
2929
},
3030
"msbuild-sdks": {
3131
"Yarn.MSBuild": "1.22.19",
32-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24162.4",
33-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24162.4"
32+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24163.13",
33+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24163.13"
3434
}
3535
}

0 commit comments

Comments
 (0)