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

Use public version of nuget packages in AsyncCompletion sample #200

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AmadeusW
Copy link
Member

@AmadeusW AmadeusW commented Mar 2, 2020

The myget.org repo was deprecated and currently, the sample does not build.
This PR updates the sample so that it builds and correctly deploys to VS 2019 (this API is technically available, but not meant to be used in VS 2017)

@madskristensen
Copy link
Contributor

Perhaps just delete the nuget.config file instead of pointing it to its default location?

@madskristensen
Copy link
Contributor

@tinaschrepfer I guess you're now the PR merging authority here.

@Delizald
Copy link

I think the project itself needs to be updated. Most nugets dependencies need .NETFramework 4.7.2 yet the project is configured to target .NETFramework 4.6.1. So, Even when Installing the packages the project will force you to switch to .NETFramework 4.7.2

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.

3 participants