microsoft / PowerApps-TestEngine

MIT License
101 stars 29 forks source link

Targetting console app to net6.0 #226

Closed NavneetThekkumpat closed 1 year ago

NavneetThekkumpat commented 1 year ago

Description

Currently console app targets two versions and for every dotnet run you would need to pass -f with version explicitly. dotnet run -f net6.0 Console app targets to net6.0. but the project dll can run on multiple versions. After this change you can run testengine using just dotnet run

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 817
Summary 91% (2163 / 2384) 88% (497 / 562) 817

Minimum allowed line rate is 50%