JetBrains / TeamCity.VSTest.TestAdapter

Apache License 2.0
30 stars 14 forks source link

Problem with .NET Standard #40

Closed dominikjeske closed 3 years ago

dominikjeske commented 3 years ago

I'm trying to use this package in my solution but I got this error

error NU1701: Package 'TeamCity.VSTest.TestAdapter 1.0.22' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. [C:\Source\SharkServices2\sharkservices_archeo\shark_all_CI.sln]

Is this package suitable for .NET Standard?