Skip to content

Commit ab990ea

Browse files
committed
update dotnet sdk to 8.0.401
1 parent 01fc887 commit ab990ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common/Utilities/Tools.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public class Tools
66

77
public static readonly Dictionary<string, string> Versions = new()
88
{
9-
{ CodecovUploaderCmd, "0.7.3" },
9+
{ CodecovUploaderCmd, "0.8.0" }
1010
};
1111
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"src"
66
],
77
"sdk": {
8-
"version": "8.0.303"
8+
"version": "8.0.401"
99
}
1010
}

0 commit comments

Comments
 (0)