-
Notifications
You must be signed in to change notification settings - Fork 507
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
update package references to VS2017 syntax #126
Comments
I can take this one too 😁 |
So it seems that we might not be able to update the
Issue for expanding support to the above project types dotnet/sdk#491 I can start by updating the |
@alfhenrik ugh, there's always a catch. Anyway, have a look and see what we can clean up. |
This is turning out to be a bit more effort than I first thought so I'm gonna sideline it for a bit while I do #125 as that has more value for our users 😁 |
I'm gonna pick this one up again, we won't be able to update the main WPF project but we should be able to :fingerscrossed: update the other ones. |
There's a bunch of explicit project references from NuGet packages in the current source that can be replaced with
PackageReference
elements that use the NuGet package name.An example:
Here's a guide to migrating the project files, which we'd probably need to do to enable this: http://www.natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/
The text was updated successfully, but these errors were encountered: