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

Remove the System.Runtime.Loader NuGet reference from Fake.Runtime #2812

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Aug 30, 2024

Description

When looking at the dependencies of the Fake.Runtime NuGet package on NuGet.org, I noticed that the Fake.Runtime package depends on System.Runtime.Loader:

image

And given that Fake.Runtime is only built as .NET 6.0, I wondered if it needs to use the NuGet package, or if it can use the in-box version instead?

Any thoughts?

@xperiandri
Copy link
Collaborator

If it builds and tests pass I suppose it is a good modification

@Numpsy Numpsy changed the title [RFC] Remove the System.Runtime.Loader NuGet reference from Fake.Runtime Remove the System.Runtime.Loader NuGet reference from Fake.Runtime Aug 31, 2024
@Numpsy Numpsy marked this pull request as ready for review August 31, 2024 21:26
@xperiandri xperiandri changed the title Remove the System.Runtime.Loader NuGet reference from Fake.Runtime Remove the System.Runtime.Loader NuGet reference from Fake.Runtime Aug 31, 2024
@xperiandri xperiandri merged commit fac7295 into fsprojects:master Aug 31, 2024
3 checks passed
@Numpsy Numpsy deleted the no_loader_nuget_2 branch August 31, 2024 23:16
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.

2 participants