Update nunit to properly run teests with dotnet7

This commit is contained in:
Wojciech Figat
2023-01-11 11:05:31 +01:00
parent 45a557f9c0
commit 9281db73a7
38 changed files with 72 additions and 1576 deletions

View File

@@ -1,13 +0,0 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}