Skip to content

Commit 09c6ec8

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221111.1 (#320)
[dotnet/release/6.0] Update dependencies from dotnet/arcade
1 parent 2bb1ad0 commit 09c6ec8

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
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22560.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22561.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
8+
<Sha>0967701e5527a1be21d9473821077c3f4be7f9dc</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22560.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22561.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
12+
<Sha>0967701e5527a1be21d9473821077c3f4be7f9dc</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22560.1">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22561.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>a0fd54b5c2dc3e23aa8466bd4638462df4303633</Sha>
16+
<Sha>0967701e5527a1be21d9473821077c3f4be7f9dc</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

+1-1
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.22560.1</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.22561.1</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

global.json

+2-2
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.22560.1",
7-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22560.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22561.1",
7+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22561.1",
88
"Microsoft.Build.Traversal": "2.0.2"
99
}
1010
}

0 commit comments

Comments
 (0)