Skip to content

Commit 2bb1ad0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221110.1 (#319)
[dotnet/release/6.0] Update dependencies from dotnet/arcade
1 parent 6d8f7fc commit 2bb1ad0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22558.7">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22560.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
8+
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22558.7">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22560.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
12+
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22558.7">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22560.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
16+
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</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>6.0.0-beta.22558.7</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.22560.1</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "6.0.111"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.7",
7-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.7",
6+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22560.1",
7+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22560.1",
88
"Microsoft.Build.Traversal": "2.0.2"
99
}
1010
}

0 commit comments

Comments
 (0)