Skip to content

Commit 7f1a9b5

Browse files
committed
C#: Update the default solution to point to the .slnx file instead.
1 parent 1e43d06 commit 7f1a9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"omnisharp.enableRoslynAnalyzers": true,
1111
"csharpFormatUsings.splitGroups": false,
1212
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
13-
"dotnet.defaultSolution": "CSharp.sln"
14-
}
13+
"dotnet.defaultSolution": "CSharp.slnx"
14+
}

0 commit comments

Comments
 (0)