Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSTest.TestAdapter nuget is using wrong Microsoft.TestPlatform.AdapterUtilities.dll for net45 #980

Closed
ZuljinSBK opened this issue Sep 21, 2021 · 0 comments

Comments

@ZuljinSBK
Copy link
Contributor

Description

MSTest.TestAdapter 2.2.2 - 2.2.7 nuget is using netstandard20 version of Microsoft.TestPlatform.AdapterUtilities.dll for net45 framework.
Net45 support for netstandard is limited to 1.1 as far as i know - https://docs.microsoft.com/en-us/dotnet/standard/net-standard.

Steps to reproduce

Just unpack nuget and check /build/net45/Microsoft.TestPlatform.AdapterUtilities.dll in some software that will tell you what framework was used to compile library (e.g. ILSpy)
image

Expected behavior

use net45 version of Microsoft.TestPlatform.AdapterUtilities.dll - it is available in Microsoft.TestPlatform.AdapterUtilities nuget https://www.nuget.org/packages/Microsoft.TestPlatform.AdapterUtilities

Actual behavior

netstandard20 version is used

Environment

N?A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants