Skip to content

Commit f44b5dc

Browse files
authored
[main] Update dependencies from dotnet/arcade (#15959)
2 parents cf2718d + 1058636 commit f44b5dc

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
@@ -193,18 +193,18 @@
193193
</Dependency>
194194
</ProductDependencies>
195195
<ToolsetDependencies>
196-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23174.1">
196+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23177.4">
197197
<Uri>https://github.com/dotnet/arcade</Uri>
198-
<Sha>1177b37e60c7271ab461098aefbdd03edc15b90d</Sha>
198+
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
199199
<SourceBuild RepoName="arcade" ManagedOnly="true" />
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23174.1">
201+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23177.4">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>1177b37e60c7271ab461098aefbdd03edc15b90d</Sha>
203+
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23174.1">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23177.4">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>1177b37e60c7271ab461098aefbdd03edc15b90d</Sha>
207+
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
208208
</Dependency>
209209
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
210210
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -223,14 +223,14 @@
223223
<Sha>bc5210a7b68c43bcf9d9687b9268a4665126c583</Sha>
224224
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
225225
</Dependency>
226-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23172-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
226+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23175-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
227227
<Uri>https://github.com/dotnet/sourcelink</Uri>
228-
<Sha>a86ac5afc76f4afbd3dd59029a00857cc3eeb6e3</Sha>
228+
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
229229
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
230230
</Dependency>
231-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23172.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
231+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23175.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
232232
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
233-
<Sha>f2ad3b152aac2a3f1c620178e9004b1f84ccfd1d</Sha>
233+
<Sha>f8afbbadc5b87ae70b8993f4a9cfa54fb820d6ce</Sha>
234234
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
235235
</Dependency>
236236
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<PropertyGroup>
3535
<!-- Dependency from https://github.com/dotnet/arcade -->
36-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23174.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
36+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23177.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3737
</PropertyGroup>
3838
<PropertyGroup>
3939
<!-- Dependency from https://github.com/dotnet/arcade-services -->

global.json

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

0 commit comments

Comments
 (0)