We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b623bd commit c608b45Copy full SHA for c608b45
.gitignore
@@ -234,4 +234,5 @@ msbuild.binlog
234
235
# TAEF Log output
236
WexLogFileOutput
237
-*.wtl
+*.wtl
238
+*.wtl.trace
global.json
@@ -1,4 +1,7 @@
1
{
2
+ "sdk": {
3
+ "version": "5.0.202"
4
+ },
5
"msbuild-sdks": {
6
"MSBuild.Sdk.Extras": "3.0.23"
7
}
0 commit comments