diff --git a/.gitignore b/.gitignore index 9cba8f6d4..9ef2fdcd8 100644 --- a/.gitignore +++ b/.gitignore @@ -234,4 +234,5 @@ msbuild.binlog # TAEF Log output WexLogFileOutput -*.wtl \ No newline at end of file +*.wtl +*.wtl.trace \ No newline at end of file diff --git a/global.json b/global.json index fec540a85..8fec9a121 100644 --- a/global.json +++ b/global.json @@ -1,4 +1,7 @@ { + "sdk": { + "version": "5.0.202" + }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.23" }