Skip to content

Commit 66ed829

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221230.1 (#29963)
[main] Update dependencies from dotnet/arcade
1 parent 3276e69 commit 66ed829

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
</Dependency>
4040
</ProductDependencies>
4141
<ToolsetDependencies>
42-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22623.1">
42+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22630.1">
4343
<Uri>https://github.com/dotnet/arcade</Uri>
44-
<Sha>27f876d352ee2a1105c0bf1869cad048141acb3a</Sha>
44+
<Sha>e82404fca08383513e0b0b3c5308d4a9b18b7c7a</Sha>
4545
</Dependency>
46-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.22623.1">
46+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.22630.1">
4747
<Uri>https://github.com/dotnet/arcade</Uri>
48-
<Sha>27f876d352ee2a1105c0bf1869cad048141acb3a</Sha>
48+
<Sha>e82404fca08383513e0b0b3c5308d4a9b18b7c7a</Sha>
4949
</Dependency>
50-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22623.1">
50+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22630.1">
5151
<Uri>https://github.com/dotnet/arcade</Uri>
52-
<Sha>27f876d352ee2a1105c0bf1869cad048141acb3a</Sha>
52+
<Sha>e82404fca08383513e0b0b3c5308d4a9b18b7c7a</Sha>
5353
</Dependency>
5454
</ToolsetDependencies>
5555
</Dependencies>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<MicrosoftExtensionsLoggingVersion>8.0.0-alpha.1.22631.1</MicrosoftExtensionsLoggingVersion>
2727
</PropertyGroup>
2828
<PropertyGroup Label="Dependencies from dotnet/arcade">
29-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22623.1</MicrosoftDotNetBuildTasksTemplatingVersion>
29+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22630.1</MicrosoftDotNetBuildTasksTemplatingVersion>
3030
</PropertyGroup>
3131
<PropertyGroup Label="Other dependencies">
3232
<MicrosoftCodeAnalysisVersion>4.2.0</MicrosoftCodeAnalysisVersion>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rollForward": "latestMajor"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22623.1",
12-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22623.1"
11+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22630.1",
12+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22630.1"
1313
}
1414
}

0 commit comments

Comments
 (0)