Skip to content

Commit 2071f2c

Browse files
authored
Merge pull request #13837 from dotnet/darc-main-60ef2f30-cfcd-4cec-b525-9d492eb6491d
[main] Update dependencies from dotnet/arcade
2 parents 60f02ca + e42c70d commit 2071f2c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,33 +192,33 @@
192192
</Dependency>
193193
</ProductDependencies>
194194
<ToolsetDependencies>
195-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22261.14">
195+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22262.8">
196196
<Uri>https://github.com/dotnet/arcade</Uri>
197-
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
197+
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
198198
<SourceBuild RepoName="arcade" ManagedOnly="true" />
199199
</Dependency>
200-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22261.14">
200+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22262.8">
201201
<Uri>https://github.com/dotnet/arcade</Uri>
202-
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
202+
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
203203
<SourceBuild RepoName="arcade" ManagedOnly="true" />
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22261.14">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22262.8">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>666b83fa183306e9adec817c903ec93da2a4703c</Sha>
207+
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
208208
</Dependency>
209209
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22261.1">
210210
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
211211
<Sha>c71ce108eda9f657c9f58a613a1fe56b6b08235d</Sha>
212212
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
213213
</Dependency>
214-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22259-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
214+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22260-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
215215
<Uri>https://github.com/dotnet/sourcelink</Uri>
216-
<Sha>7e0f22b377684f55bf2bca45eba46bdcb08edb64</Sha>
216+
<Sha>5a42380a3f5de7b4e1dc7c4de1f556d92edbad93</Sha>
217217
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
218218
</Dependency>
219-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22257.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
219+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22261.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
220220
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
221-
<Sha>dd1d99d35636a5a6f09dd3dad88e338bbde2cc8a</Sha>
221+
<Sha>78c2e0ecb58db6b09165d3388f0ba84db3a889d4</Sha>
222222
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
223223
</Dependency>
224224
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Dependency from https://github.com/dotnet/arcade -->
29-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22261.14</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22262.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3030
</PropertyGroup>
3131
<PropertyGroup>
3232
<!-- Dependency from https://github.com/dotnet/winforms -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "3.16.4"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22261.14",
15-
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22261.14"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22262.8",
15+
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22262.8"
1616
}
1717
}

0 commit comments

Comments
 (0)