added net10 support
Some checks failed
.NET Test / .NET tests (push) Successful in 2m12s
.NET Publish / publish (push) Failing after 2m52s

This commit is contained in:
2025-11-11 23:23:14 +04:00
parent 2fded2809f
commit fc1f5ca7d7
5 changed files with 57 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
{
"dotnet.defaultSolution": "Just.Cqrs.sln",
"dotnetAcquisitionExtension.enableTelemetry": false
"dotnetAcquisitionExtension.enableTelemetry": false,
"dotnet.testWindow.useTestingPlatformProtocol": true
}