-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Reference to "Microsoft.NETFramework.ReferenceAssemblies.net40" bubbling up #902
Comments
Oops. Thanks for noticing this. To be honest I don't understand why this package has been added. @tom-englert can you comment on this please? |
It did not compile on my machine, saying |
That's strange, I tried to build it on my WSL without the reference, and it worked just fine. I thought the SDK is supposed to add the necessary reference assemblies automatically. |
On a totally unrelated note:
|
Usually I prefer a flat history without the cluttered graph generated by merge, which is more confusing than helpful. (https://www.tugberkugurlu.com/archive/resistance-against-london-tube-map-commit-history-a-k-a--git-merge-hell) Anyhow, thanks to dependabot the history of all Fody repos is rendered totally useless, so using merge instead of rebase would not make it worse. |
Hi there,
VS shows "Microsoft.NETFramework.ReferenceAssemblies.net40" being added to a net462 project with the latest release:
Reason is that the package reference is not defined as private:
nuget.org provides following snippet (also for 1.0.2):
Was the reference just manually added, or is there a reason behind making the dependency transient?
If not, could you possible revert to a private one?
And, could you possibly update the reference to 1.0.3?
Best
Andreas
The text was updated successfully, but these errors were encountered: