Skip to content

Commit c608b45

Browse files
committed
Pinning .net version
1 parent 2b623bd commit c608b45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,5 @@ msbuild.binlog
234234

235235
# TAEF Log output
236236
WexLogFileOutput
237-
*.wtl
237+
*.wtl
238+
*.wtl.trace

global.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"sdk": {
3+
"version": "5.0.202"
4+
},
25
"msbuild-sdks": {
36
"MSBuild.Sdk.Extras": "3.0.23"
47
}

0 commit comments

Comments
 (0)