microsoft / PowerApps-TestEngine

MIT License
101 stars 29 forks source link

Updating project compatibility #222

Closed NavneetThekkumpat closed 1 year ago

NavneetThekkumpat commented 1 year ago

Description

Making Microsoft.PowerApps.TestEngine project .netstandard compatible.

.netstandard2.0 -> compatible with .net4.8 project
.netstandard2.1 -> compatible with .net6.0 project

And hence can be consumed by PAC Cli (Need to be compatible with both .net 4.8 and 6.0)

Checklist

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 89% 811
Summary 91% (2149 / 2364) 89% (493 / 556) 811

Minimum allowed line rate is 50%

arpavan commented 1 year ago

This imports into PAC CLI and builds successfully. Good job on this!