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

nuspec does not match csproj #2188

Closed
jnyrup opened this issue Sep 21, 2019 · 0 comments
Closed

nuspec does not match csproj #2188

jnyrup opened this issue Sep 21, 2019 · 0 comments
Assignees

Comments

@jnyrup
Copy link

jnyrup commented Sep 21, 2019

Description

https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/16.3.0
lists netcoreapp1.0 as a target, but the dependency Microsoft.TestPlatform.TestHost 16.3.0 has netcoreapp2.1 as the lowest netcore target.

This seems due to a mismatch between https://github.com/microsoft/vstest/blob/master/src/package/nuspec/Microsoft.NET.Test.Sdk.nuspec
and
https://github.com/microsoft/vstest/blob/master/src/package/package/package.csproj
(and maybe more places?)

Expected behavior

NuGet should list the same target frameworks as the csproj

Actual behavior

NuGet lists netcoreapp1.0, which the csproj does not.

Other

#2067 replaced the netcoreapp1.0 with netcoreapp2.1.
Could it just add the newer target framework instead of replacing the old?

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

3 participants