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

Incompatible framework message fix #2059

Merged
merged 3 commits into from Jun 21, 2019

Conversation

singhsarab
Copy link
Contributor

@singhsarab singhsarab commented Jun 21, 2019

Description

Fix the error reported for incompatible framework to give complete framework name.

Actual:

Test run will use DLL(s) built for framework .NETFramework,Version=v4.5 and platform X86. Following DLL(s) do not match framework/platform settings.
temp.dll is built for Framework 3.0 and Platform AnyCPU.

Expected

Test run will use DLL(s) built for framework .NETFramework,Version=v4.5 and platform X86. Following DLL(s) do not match framework/platform settings.
temp.dll is built for Framework .NETCoreApp,Version=v3.0 and Platform AnyCPU.

@singhsarab singhsarab merged commit 200b66d into microsoft:master Jun 21, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants