Skip to content

Commit 9ac4616

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220812.2 (#43299)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.22411.3 -> To Version 6.0.0-beta.22412.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a5d5f16 commit 9ac4616

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

0 commit comments

Comments
 (0)