-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Implement all targets to avoid msbuild p2p problems #688
Comments
FWIW, I just ran into |
Gah! That's not even on the P2P protocol list. @rainersigwald, how complete is that list? Thanks, @alexrp. |
|
Ugh. I think it's complete for |
It seems like there should be a way for users to resolve an error like that for third-party targets also, rather than requiring an update to NBGV? |
There should be a way to avoid the requirement altogether. But yes you're right: so long as we must use the ProjectReference item to satisfy |
@alexrp you're right: NBGV should use dotnet/msbuild#6852. but it doesn't exist yet, so for now this is the best @AArnott can do. |
Revert GitVersioning due to issue dotnet/Nerdbank.GitVersioning#688 Removes support for .NET 3.5 Allows latest nuget restore!
I came across this
I'll look into a 3.6 upgrade to see if that solves the problem. |
Indeed, upgrading to 3.6.133 resolved the issue above. |
This file should define all these targets to avoid regressions when people update from 3.4 to 3.5 of NB.GV.
The text was updated successfully, but these errors were encountered: