Skip to content

Commit 710325e

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230711.2 (#49368)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.23313.4 -> To Version 7.0.0-beta.23361.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8a9e091 commit 710325e

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

NuGet.config

-4
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-efcore -->
7-
<add key="darc-int-dotnet-efcore-e00be01" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-e00be013/nuget/v3/index.json" />
87
<!-- End: Package sources from dotnet-efcore -->
98
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-8e9a17b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-8e9a17b2/nuget/v3/index.json" />
119
<!-- End: Package sources from dotnet-runtime -->
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" />
@@ -26,10 +24,8 @@
2624
<clear />
2725
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2826
<!-- Begin: Package sources from dotnet-efcore -->
29-
<add key="darc-int-dotnet-efcore-e00be01" value="true" />
3027
<!-- End: Package sources from dotnet-efcore -->
3128
<!-- Begin: Package sources from dotnet-runtime -->
32-
<add key="darc-int-dotnet-runtime-8e9a17b" value="true" />
3329
<!-- End: Package sources from dotnet-runtime -->
3430
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3531
</disabledPackageSources>

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -302,22 +302,22 @@
302302
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
303303
<Sha>8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23313.4">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23361.2">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>59ac824080b9807fd91dbc8a6d2b4447e74874ab</Sha>
307+
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23313.4">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23361.2">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>59ac824080b9807fd91dbc8a6d2b4447e74874ab</Sha>
312+
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.23313.4">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.23361.2">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>59ac824080b9807fd91dbc8a6d2b4447e74874ab</Sha>
316+
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.23313.4">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.23361.2">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>59ac824080b9807fd91dbc8a6d2b4447e74874ab</Sha>
320+
<Sha>cae11bc40b691f546d788f7ab37f7eaf0e24ded8</Sha>
321321
</Dependency>
322322
</ToolsetDependencies>
323323
</Dependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
<MicrosoftEntityFrameworkCoreVersion>7.0.9</MicrosoftEntityFrameworkCoreVersion>
135135
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.9</MicrosoftEntityFrameworkCoreDesignVersion>
136136
<!-- Packages from dotnet/arcade -->
137-
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.23313.4</MicrosoftDotNetBuildTasksInstallersVersion>
138-
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.23313.4</MicrosoftDotNetBuildTasksTemplatingVersion>
137+
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.23361.2</MicrosoftDotNetBuildTasksInstallersVersion>
138+
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.23361.2</MicrosoftDotNetBuildTasksTemplatingVersion>
139139
<!-- Packages from dotnet/source-build-externals -->
140140
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>7.0.0-alpha.1.22505.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
141141
<!-- Packages from dotnet/xdt -->

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23313.4",
31-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23313.4"
30+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23361.2",
31+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23361.2"
3232
}
3333
}

0 commit comments

Comments
 (0)