Skip to content

Commit bb10911

Browse files
Use .NET 5.0.400 SDK
Use the .NET 5.0.400 SDK to see if that might be why the NuGet packages seem to not report having PDB info.
1 parent ccdd0b1 commit bb10911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"sdk": {
3-
"dotnet": "5.0.401"
3+
"dotnet": "5.0.400"
44
},
55

66
"tools": {
7-
"dotnet": "5.0.401"
7+
"dotnet": "5.0.400"
88
},
99

1010
"msbuild-sdks": {

0 commit comments

Comments
 (0)