Skip to content

Commit 57c3d32

Browse files
dotnet-maestro[bot]radekdoulik
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20230825.2 (#468)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9fe7826 commit 57c3d32

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23419.1">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23425.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
13+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
1414
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23419.1">
16+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23425.2">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
18+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23419.1">
20+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23425.2">
2121
<Uri>https://github.com/dotnet/arcade</Uri>
22-
<Sha>385129cbc980a515ddee2fa56f6b16f3183ed9bc</Sha>
22+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
2323
</Dependency>
2424
</ToolsetDependencies>
2525
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23419.1</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23425.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>
-1.92 KB
Binary file not shown.

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "8.0.100-preview.7.23376.3"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23419.1",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23419.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23425.2",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23425.2",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)