You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Packagine error when trying to package a project containing an platform specific TFM.
The issue is that it does it check if it's a platform specific TFM and then append the Platform Version number that it should target.
To Reproduce
Steps to reproduce the behavior:
Just have a project that contains net5.0-windows or any other platform target, notice that when packing that the packing will fail for sure.
Expected behavior
A clear and concise description of what you expected to happen.
For the packing to work correctly.
Actual behavior
The actual result.
Packing errors out.
Screenshots
If applicable, add screenshots to help explain your problem.
Version used
The version affected by this issue (Can also be "master" for code in latest master branch but reference commit then if possible).
Latest Nuget package.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Issue Details
Describe the bug
A clear and concise description of what the bug is.
Packagine error when trying to package a project containing an platform specific TFM.
The issue is that it does it check if it's a platform specific TFM and then append the Platform Version number that it should target.
To Reproduce
Steps to reproduce the behavior:
Just have a project that contains
net5.0-windows
or any other platform target, notice that when packing that the packing will fail for sure.Expected behavior
A clear and concise description of what you expected to happen.
For the packing to work correctly.
Actual behavior
The actual result.
Packing errors out.
Screenshots
If applicable, add screenshots to help explain your problem.
Version used
The version affected by this issue (Can also be "master" for code in latest master branch but reference commit then if possible).
Latest Nuget package.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: