Skip to content
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

Packing error when using platform specific TFMs. #6

Closed
AraHaan opened this issue Mar 12, 2021 · 1 comment · Fixed by #7
Closed

Packing error when using platform specific TFMs. #6

AraHaan opened this issue Mar 12, 2021 · 1 comment · Fixed by #7
Labels
bug Something isn't working enhancement New feature or request

Comments

@AraHaan
Copy link
Contributor

AraHaan commented Mar 12, 2021

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.

@AraHaan AraHaan pinned this issue Mar 12, 2021
@AraHaan AraHaan added bug Something isn't working enhancement New feature or request labels Mar 12, 2021
@AraHaan
Copy link
Contributor Author

AraHaan commented Mar 12, 2021

Checklist for https://github.com/dotnet/designs/blob/main/accepted/2020/net5/net5.md#design, https://github.com/dotnet/designs/blob/main/accepted/2021/net6.0-tfms/net6.0-tfms.md#design

  • net5.0 | net6.0
  • net5.0-windows | net6.0-windows
  • net5.0-android | net6.0-android
  • net5.0-ios | net6.0-ios
  • net5.0-macos | net6.0-macos
  • net6.0-maccatalyst (added in .NET 6)
  • net5.0-tvos | net6.0-tvos
  • net5.0-watchos (removed in .NET 6)

@AraHaan AraHaan linked a pull request Mar 12, 2021 that will close this issue
4 tasks
@AraHaan AraHaan closed this as completed Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant