Skip to content

Commit 7eeae01

Browse files
[release/8.0.1xx] Update dependencies from dotnet/arcade (#20315)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a18237d commit 7eeae01

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
@@ -219,18 +219,18 @@
219219
</Dependency>
220220
</ProductDependencies>
221221
<ToolsetDependencies>
222-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25066.6">
222+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25103.4">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
224+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
225225
<SourceBuild RepoName="arcade" ManagedOnly="true" />
226226
</Dependency>
227-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25066.6">
227+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25103.4">
228228
<Uri>https://github.com/dotnet/arcade</Uri>
229-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
229+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
230230
</Dependency>
231-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25066.6">
231+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25103.4">
232232
<Uri>https://github.com/dotnet/arcade</Uri>
233-
<Sha>4db725213dccb0d1102427bce1c39ba3117da7f7</Sha>
233+
<Sha>6418c9dcdccd29557cffca895f2309b810d45f15</Sha>
234234
</Dependency>
235235
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23578.2">
236236
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<!-- Dependency from https://github.com/dotnet/arcade -->
43-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25066.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
43+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25103.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4444
</PropertyGroup>
4545
<PropertyGroup>
4646
<!-- Dependency from https://github.com/dotnet/arcade-services -->

global.json

+2-2
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.25066.6",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25066.6"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25103.4",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25103.4"
1616
}
1717
}

0 commit comments

Comments
 (0)