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

allow explicitly defining target-framework #630

Merged

Conversation

JoC0de
Copy link
Collaborator

@JoC0de JoC0de commented Mar 9, 2024

allow explicitly defining the target-framework used to install a NuGet package
to use this feature add the targetFramework attribute to the package inside the packages.config e.g.:
<package id="LiteDB" version="5.0.16" manuallyInstalled="true" targetFramework="netstandard2.0" />

fixes #621 and #603

@JoC0de JoC0de self-assigned this Mar 9, 2024
@JoC0de JoC0de linked an issue Mar 9, 2024 that may be closed by this pull request
@JoC0de JoC0de requested a review from igor84 March 9, 2024 10:47
@JoC0de JoC0de merged commit b93741e into GlitchEnzo:master Mar 11, 2024
8 checks passed
@JoC0de JoC0de deleted the feature/allow-overwriding-target-framework branch March 11, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants