Skip to content

Commit f87f8b5

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

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<!-- End: Package sources from dotnet-runtime -->
88
<!-- Begin: Package sources from dotnet-efcore -->
9-
<add key="darc-int-dotnet-efcore-0257e5c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-0257e5c1/nuget/v3/index.json" />
109
<!-- End: Package sources from dotnet-efcore -->
1110
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1211
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -26,7 +25,6 @@
2625
<clear />
2726
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2827
<!-- Begin: Package sources from dotnet-efcore -->
29-
<add key="darc-int-dotnet-efcore-0257e5c" value="true" />
3028
<!-- End: Package sources from dotnet-efcore -->
3129
<!-- Begin: Package sources from dotnet-runtime -->
3230
<!-- End: Package sources from dotnet-runtime -->

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>c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663</Sha>
282282
</Dependency>
283-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22159.8">
283+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22161.1">
284284
<Uri>https://github.com/dotnet/arcade</Uri>
285-
<Sha>4f4c8c392d1c51e630f4571e39a095da7fb172c5</Sha>
285+
<Sha>879df783283dfb44c7653493fdf7fd7b07ba6b01</Sha>
286286
<SourceBuild RepoName="arcade" ManagedOnly="true" />
287287
</Dependency>
288-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22159.8">
288+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22161.1">
289289
<Uri>https://github.com/dotnet/arcade</Uri>
290-
<Sha>4f4c8c392d1c51e630f4571e39a095da7fb172c5</Sha>
290+
<Sha>879df783283dfb44c7653493fdf7fd7b07ba6b01</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22159.8">
292+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22161.1">
293293
<Uri>https://github.com/dotnet/arcade</Uri>
294-
<Sha>4f4c8c392d1c51e630f4571e39a095da7fb172c5</Sha>
294+
<Sha>879df783283dfb44c7653493fdf7fd7b07ba6b01</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22159.8">
296+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22161.1">
297297
<Uri>https://github.com/dotnet/arcade</Uri>
298-
<Sha>4f4c8c392d1c51e630f4571e39a095da7fb172c5</Sha>
298+
<Sha>879df783283dfb44c7653493fdf7fd7b07ba6b01</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.3</MicrosoftEntityFrameworkCoreVersion>
132132
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.3</MicrosoftEntityFrameworkCoreDesignVersion>
133133
<!-- Packages from dotnet/arcade -->
134-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22159.8</MicrosoftDotNetBuildTasksInstallersVersion>
135-
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22159.8</MicrosoftDotNetBuildTasksTemplatingVersion>
134+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22161.1</MicrosoftDotNetBuildTasksInstallersVersion>
135+
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22161.1</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.22159.8",
33-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22159.8"
32+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22161.1",
33+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22161.1"
3434
}
3535
}

0 commit comments

Comments
 (0)