-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[2.0] Describe AssetTargetFallback #2816
Comments
Note that especially when upgrading to 2.0, users might see this error if they have been using
see https://github.com/dotnet/cli/issues/6952. The only docs I found are in a table at the bottom of https://github.com/NuGet/Home/wiki/Enable-.NET-Core-2.0-projects-to-work-with-.NET-Framework-4.6.1-compatible-packages |
Some more context from dotnet/core#711 (comment) by @rrelyea:
|
btw I put up a Q&A post on stack overflow back in august to at least have some info dealing with |
Thanks guys! Sorry for the delay. 😢 |
raising priority as this has bumped several times. |
btw in 15.8+ MSBuild will also honour the |
Please document |
Created a PR to add some details of AssetTargetFallback to NuGet docs: |
* fixes #2816; document AssetTargetFallback * review on staging * Apply suggestions from nikolche Co-Authored-By: Nikolche Kolev <nikolev@microsoft.com>
Similar to the request to surface
AssetTargetFallback
in https://github.com/NuGet/docs.microsoft.com-nuget/issues/410, which was prompted by a discussion regardingPackageTargetFallback
here, there are a few topics over here that might (probably) need a smidgen of work ... a note? a section? a replacement? versioned content? ... something to surface it:https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#packagetargetfallback
https://docs.microsoft.com/en-us/dotnet/core/tools/project-json-to-csproj#imports
Cross ref: Documenting .NET Core MSBuild targets and properties/CSPROJ (2642)
The text was updated successfully, but these errors were encountered: