Skip to content

Commit 6e55900

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20230314.3 (#2843)
[main] Update dependencies from dotnet/arcade
1 parent d1b7317 commit 6e55900

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23122.4">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23164.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>2e0fab0209c66d181d93b0d03bc267db5bde75be</Sha>
8+
<Sha>099bbb071e187ba4e1603004597624e6acae6394</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"sdk": {
3-
"version": "7.0.103",
3+
"version": "7.0.104",
44
"allowPrerelease": true,
55
"rollForward": "latestMinor"
66
},
77
"tools": {
8-
"dotnet": "7.0.103",
8+
"dotnet": "7.0.104",
99
"rollForward": "latestMinor"
1010
},
1111
"msbuild-sdks": {
12-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23122.4"
12+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23164.3"
1313
}
1414
}

0 commit comments

Comments
 (0)