File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup Label =" Build" >
4- <LangVersion >preview </LangVersion >
4+ <LangVersion >latest </LangVersion >
55 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
66 <AnalysisLevel >latest</AnalysisLevel >
77 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ Task("Test")
7070 Configuration = configuration ,
7171 Loggers = new string [ ]
7272 {
73- $ "trx;LogFileName ={ project . GetFilenameWithoutExtension ( ) } .trx ",
74- $ "junit;LogFileName ={ project . GetFilenameWithoutExtension ( ) } .xml ",
75- $ "html;LogFileName ={ project . GetFilenameWithoutExtension ( ) } .html ",
73+ $ "trx;LogFilePrefix ={ project . GetFilenameWithoutExtension ( ) } ",
74+ $ "junit;LogFilePrefix ={ project . GetFilenameWithoutExtension ( ) } ",
75+ $ "html;LogFilePrefix ={ project . GetFilenameWithoutExtension ( ) } ",
7676 } ,
7777 NoBuild = true ,
7878 NoRestore = true ,
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMajor" ,
5- "version" : " 7.0.100-rc.1.22431.12 "
5+ "version" : " 7.0.100"
66 }
77}
You can’t perform that action at this time.
0 commit comments