Skip to content

Commit 01843ed

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220914.4 (#44094)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22458.5 -> To Version 7.0.0-beta.22464.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 941eb27 commit 01843ed

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,22 +302,22 @@
302302
<Uri>https://github.com/dotnet/runtime</Uri>
303303
<Sha>5634242a3a8bd4d2f35e063537d7350939162e80</Sha>
304304
</Dependency>
305-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22458.5">
305+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22464.4">
306306
<Uri>https://github.com/dotnet/arcade</Uri>
307-
<Sha>622c2dc5ced5df5af002a3b06a52f9584b726b28</Sha>
307+
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
308308
<SourceBuild RepoName="arcade" ManagedOnly="true" />
309309
</Dependency>
310-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22458.5">
310+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22464.4">
311311
<Uri>https://github.com/dotnet/arcade</Uri>
312-
<Sha>622c2dc5ced5df5af002a3b06a52f9584b726b28</Sha>
312+
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
313313
</Dependency>
314-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22458.5">
314+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22464.4">
315315
<Uri>https://github.com/dotnet/arcade</Uri>
316-
<Sha>622c2dc5ced5df5af002a3b06a52f9584b726b28</Sha>
316+
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
317317
</Dependency>
318-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22458.5">
318+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22464.4">
319319
<Uri>https://github.com/dotnet/arcade</Uri>
320-
<Sha>622c2dc5ced5df5af002a3b06a52f9584b726b28</Sha>
320+
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
321321
</Dependency>
322322
</ToolsetDependencies>
323323
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
<MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22469.22</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22469.22</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22458.5</MicrosoftDotNetBuildTasksInstallersVersion>
139-
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22458.5</MicrosoftDotNetBuildTasksTemplatingVersion>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22464.4</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22464.4</MicrosoftDotNetBuildTasksTemplatingVersion>
140140
<!-- Packages from dotnet/source-build-externals -->
141141
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>7.0.0-alpha.1.22459.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
142142
<!-- Packages from dotnet/xdt -->

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.1.22425.9"
3+
"version": "7.0.100-rc.1.22431.12"
44
},
55
"tools": {
6-
"dotnet": "7.0.100-rc.1.22425.9",
6+
"dotnet": "7.0.100-rc.1.22431.12",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22458.5",
31-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22458.5"
30+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22464.4",
31+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22464.4"
3232
}
3333
}

0 commit comments

Comments
 (0)