Skip to content

Commit ec2c1ec

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/arcade (#17227)
2 parents 81bb7a5 + cc59a3a commit ec2c1ec

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@
206206
</Dependency>
207207
</ProductDependencies>
208208
<ToolsetDependencies>
209-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23417.3">
209+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23419.1">
210210
<Uri>https://github.com/dotnet/arcade</Uri>
211-
<Sha>7837a0b504ed9a598daebd50f20520ccda5fe2b1</Sha>
211+
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
212212
<SourceBuild RepoName="arcade" ManagedOnly="true" />
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23417.3">
214+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23419.1">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>7837a0b504ed9a598daebd50f20520ccda5fe2b1</Sha>
216+
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
217217
</Dependency>
218-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23417.3">
218+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23419.1">
219219
<Uri>https://github.com/dotnet/arcade</Uri>
220-
<Sha>7837a0b504ed9a598daebd50f20520ccda5fe2b1</Sha>
220+
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
221221
</Dependency>
222222
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23416.3">
223223
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -236,9 +236,9 @@
236236
<Sha>45f5554ac6813e1e155c47fd80ec146c684f65e8</Sha>
237237
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
238238
</Dependency>
239-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23416.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
239+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23418.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
240240
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
241-
<Sha>1d688e4b21c1782d802beb1e9478535f647a28ec</Sha>
241+
<Sha>bb654cd4736e7e8cb99f1c355ce2b8f0a686ba74</Sha>
242242
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
243243
</Dependency>
244244
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23417.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23419.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- 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.23417.3",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23417.3"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23419.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23419.1"
1616
}
1717
}

0 commit comments

Comments
 (0)