Skip to content

Commit 496c926

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220418.3 (#2800)
[main] Update dependencies from dotnet/arcade
1 parent 759196b commit 496c926

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@
3939
</Dependency>
4040
</ProductDependencies>
4141
<ToolsetDependencies>
42-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22215.2">
42+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22218.3">
4343
<Uri>https://github.com/dotnet/arcade</Uri>
44-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
44+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
4545
</Dependency>
46-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22215.2">
46+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22218.3">
4747
<Uri>https://github.com/dotnet/arcade</Uri>
48-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
48+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
4949
</Dependency>
50-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="7.0.0-beta.22215.2">
50+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="7.0.0-beta.22218.3">
5151
<Uri>https://github.com/dotnet/arcade</Uri>
52-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
52+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
5353
</Dependency>
54-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="7.0.0-beta.22215.2">
54+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="7.0.0-beta.22218.3">
5555
<Uri>https://github.com/dotnet/arcade</Uri>
56-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
56+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22215.2">
58+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22218.3">
5959
<Uri>https://github.com/dotnet/arcade</Uri>
60-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
60+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="7.0.0-beta.22215.2">
62+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="7.0.0-beta.22218.3">
6363
<Uri>https://github.com/dotnet/arcade</Uri>
64-
<Sha>4000024394df3049886c50e54ad0a2b903221ef0</Sha>
64+
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
6565
</Dependency>
6666
</ToolsetDependencies>
6767
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<!--Package versions-->
2525
<PropertyGroup>
2626
<!-- arcade -->
27-
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22215.2</MicrosoftDotNetBuildTasksFeedVersion>
28-
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.22215.2</MicrosoftDotNetBuildTasksArchivesVersion>
29-
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22215.2</MicrosoftDotNetBuildTasksInstallersVersion>
30-
<MicrosoftDotNetVersionToolsTasksVersion>7.0.0-beta.22215.2</MicrosoftDotNetVersionToolsTasksVersion>
27+
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22218.3</MicrosoftDotNetBuildTasksFeedVersion>
28+
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.22218.3</MicrosoftDotNetBuildTasksArchivesVersion>
29+
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22218.3</MicrosoftDotNetBuildTasksInstallersVersion>
30+
<MicrosoftDotNetVersionToolsTasksVersion>7.0.0-beta.22218.3</MicrosoftDotNetVersionToolsTasksVersion>
3131
<!-- runtime -->
3232
<MicrosoftNETCoreAppRefVersion>7.0.0-preview.4.22217.5</MicrosoftNETCoreAppRefVersion>
3333
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-preview.4.22217.5</MicrosoftNETCoreAppRuntimewinx64Version>

eng/common/templates/job/onelocbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
lclSource: ${{ parameters.LclSource }}
7373
lclPackageId: ${{ parameters.LclPackageId }}
7474
isCreatePrSelected: ${{ parameters.CreatePr }}
75+
isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }}
7576
${{ if eq(parameters.CreatePr, true) }}:
76-
isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }}
7777
isUseLfLineEndingsSelected: ${{ parameters.UseLfLineEndings }}
7878
${{ if eq(parameters.RepoType, 'gitHub') }}:
7979
isShouldReusePrSelected: ${{ parameters.ReusePr }}

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "7.0.100-preview.2.22153.17"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22215.2",
7-
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22215.2",
6+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22218.3",
7+
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22218.3",
88
"Microsoft.Build.NoTargets": "1.0.53"
99
}
1010
}

0 commit comments

Comments
 (0)