We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The use of $(NuGetPackageRoot) here:
$(NuGetPackageRoot)
ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator.targets
Line 80 in 2edad1a
obviously doesn't work if microsoft.netcore.app.ref isn't in the package root, but this is possible when using fallback package paths.
microsoft.netcore.app.ref
I think ideally this should be getting the path as resolved by nuget, but I'm not quite sure how to go about doing that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The use of
$(NuGetPackageRoot)
here:ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator.targets
Line 80 in 2edad1a
obviously doesn't work if
microsoft.netcore.app.ref
isn't in the package root, but this is possible when using fallback package paths.I think ideally this should be getting the path as resolved by nuget, but I'm not quite sure how to go about doing that.
The text was updated successfully, but these errors were encountered: