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

Change 'net' TFM to 'netframework' #159

Merged
merged 1 commit into from
May 11, 2021
Merged

Conversation

Davipb
Copy link
Contributor

@Davipb Davipb commented May 11, 2021

As discussed in #150, the Target Framework Moniker for .NET 5 (previously .NET Core) was changed from netcoreapp to just net, which is the same as the old .NET Framework TFM. As such, the error message we added to the CSFML NuGet package warning people that Any CPU doesn't work on the .NET Framework was also being triggered when building on .NET 5+, when it shouldn't.

This PR moves the files that generate the error message to netframework, which is the new TFM for the .NET Framework.

@eXpl0it3r eXpl0it3r added the Bug label May 11, 2021
@eXpl0it3r eXpl0it3r merged commit 76671cf into SFML:master May 11, 2021
@Davipb Davipb deleted the nuget/net5 branch May 12, 2021 10:06
@eXpl0it3r eXpl0it3r mentioned this pull request Jul 11, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants