Skip to content

Commit fac970d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220511.7 (#41666)
Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.22254.3 -> To Version 6.0.0-beta.22261.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent fcdb308 commit fac970d

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
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-70ae3df-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-70ae3df4-2/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-70ae3df-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-70ae3df4-1/nuget/v3/index.json" />
79
<add key="darc-int-dotnet-runtime-70ae3df" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-70ae3df4/nuget/v3/index.json" />
810
<!-- End: Package sources from dotnet-runtime -->
911
<!-- Begin: Package sources from dotnet-efcore -->
12+
<add key="darc-int-dotnet-efcore-9b03633-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-9b03633b-2/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-efcore-9b03633-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-9b03633b-1/nuget/v3/index.json" />
1014
<add key="darc-int-dotnet-efcore-9b03633" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-9b03633b/nuget/v3/index.json" />
1115
<!-- End: Package sources from dotnet-efcore -->
1216
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
@@ -28,9 +32,13 @@
2832
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2933
<!-- Begin: Package sources from dotnet-efcore -->
3034
<add key="darc-int-dotnet-efcore-9b03633" value="true" />
35+
<add key="darc-int-dotnet-efcore-9b03633-1" value="true" />
36+
<add key="darc-int-dotnet-efcore-9b03633-2" value="true" />
3137
<!-- End: Package sources from dotnet-efcore -->
3238
<!-- Begin: Package sources from dotnet-runtime -->
3339
<add key="darc-int-dotnet-runtime-70ae3df" value="true" />
40+
<add key="darc-int-dotnet-runtime-70ae3df-1" value="true" />
41+
<add key="darc-int-dotnet-runtime-70ae3df-2" value="true" />
3442
<!-- End: Package sources from dotnet-runtime -->
3543
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3644
</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>be98e88c760526452df94ef452fff4602fb5bded</Sha>
282282
</Dependency>
283-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22254.3">
283+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22261.7">
284284
<Uri>https://github.com/dotnet/arcade</Uri>
285-
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
285+
<Sha>e3cbecc5b0e51374e3d71dbb976004ab9cc90430</Sha>
286286
<SourceBuild RepoName="arcade" ManagedOnly="true" />
287287
</Dependency>
288-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22254.3">
288+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22261.7">
289289
<Uri>https://github.com/dotnet/arcade</Uri>
290-
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
290+
<Sha>e3cbecc5b0e51374e3d71dbb976004ab9cc90430</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22254.3">
292+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22261.7">
293293
<Uri>https://github.com/dotnet/arcade</Uri>
294-
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
294+
<Sha>e3cbecc5b0e51374e3d71dbb976004ab9cc90430</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22254.3">
296+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22261.7">
297297
<Uri>https://github.com/dotnet/arcade</Uri>
298-
<Sha>5fdd5b6c08c6c39edf12001400a11786c03b3e35</Sha>
298+
<Sha>e3cbecc5b0e51374e3d71dbb976004ab9cc90430</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.5</MicrosoftEntityFrameworkCoreVersion>
132132
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.5</MicrosoftEntityFrameworkCoreDesignVersion>
133133
<!-- Packages from dotnet/arcade -->
134-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22254.3</MicrosoftDotNetBuildTasksInstallersVersion>
135-
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22254.3</MicrosoftDotNetBuildTasksTemplatingVersion>
134+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22261.7</MicrosoftDotNetBuildTasksInstallersVersion>
135+
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22261.7</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.22254.3",
33-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22254.3"
32+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22261.7",
33+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22261.7"
3434
}
3535
}

0 commit comments

Comments
 (0)