Skip to content

Commit d27f52b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231017.3 (#52226)
[release/6.0] Update dependencies from dotnet/arcade
1 parent e421ad9 commit d27f52b

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-int-dotnet-runtime-492abbe" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-492abbee/nuget/v3/index.json" />
87
<!-- End: Package sources from dotnet-runtime -->
98
<!-- Begin: Package sources from dotnet-efcore -->
10-
<add key="darc-int-dotnet-efcore-ebac228" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-ebac2284/nuget/v3/index.json" />
119
<!-- End: Package sources from dotnet-efcore -->
1210
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1311
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -25,10 +23,8 @@
2523
<clear />
2624
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2725
<!-- Begin: Package sources from dotnet-efcore -->
28-
<add key="darc-int-dotnet-efcore-ebac228" value="true" />
2926
<!-- End: Package sources from dotnet-efcore -->
3027
<!-- Begin: Package sources from dotnet-runtime -->
31-
<add key="darc-int-dotnet-runtime-492abbe" value="true" />
3228
<!-- End: Package sources from dotnet-runtime -->
3329
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3430
</disabledPackageSources>

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>0545d9fd7d80e0e8eaaff87aa0011ad5bc13fcc8</Sha>
282282
</Dependency>
283-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23511.8">
283+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23517.3">
284284
<Uri>https://github.com/dotnet/arcade</Uri>
285-
<Sha>06ccd9430e2e3bd29a381a5b27e7976d11b0ed18</Sha>
285+
<Sha>7c67805da0adbf4e72f2f4799b63efcf1cc8fe4c</Sha>
286286
<SourceBuild RepoName="arcade" ManagedOnly="true" />
287287
</Dependency>
288-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.23511.8">
288+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.23517.3">
289289
<Uri>https://github.com/dotnet/arcade</Uri>
290-
<Sha>06ccd9430e2e3bd29a381a5b27e7976d11b0ed18</Sha>
290+
<Sha>7c67805da0adbf4e72f2f4799b63efcf1cc8fe4c</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.23511.8">
292+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.23517.3">
293293
<Uri>https://github.com/dotnet/arcade</Uri>
294-
<Sha>06ccd9430e2e3bd29a381a5b27e7976d11b0ed18</Sha>
294+
<Sha>7c67805da0adbf4e72f2f4799b63efcf1cc8fe4c</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.23511.8">
296+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.23517.3">
297297
<Uri>https://github.com/dotnet/arcade</Uri>
298-
<Sha>06ccd9430e2e3bd29a381a5b27e7976d11b0ed18</Sha>
298+
<Sha>7c67805da0adbf4e72f2f4799b63efcf1cc8fe4c</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.25</MicrosoftEntityFrameworkCoreVersion>
132132
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.25</MicrosoftEntityFrameworkCoreDesignVersion>
133133
<!-- Packages from dotnet/arcade -->
134-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.23511.8</MicrosoftDotNetBuildTasksInstallersVersion>
135-
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.23511.8</MicrosoftDotNetBuildTasksTemplatingVersion>
134+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.23517.3</MicrosoftDotNetBuildTasksInstallersVersion>
135+
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.23517.3</MicrosoftDotNetBuildTasksTemplatingVersion>
136136
</PropertyGroup>
137137
<!--
138138

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.10",
32-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23511.8",
33-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.23511.8"
32+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23517.3",
33+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.23517.3"
3434
}
3535
}

0 commit comments

Comments
 (0)