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

added .NetStandard target #113

Closed
wants to merge 2 commits into from
Closed

Conversation

WTRipper
Copy link

@WTRipper WTRipper commented Apr 14, 2020

  • This pull request adds .NetStandard as a target
  • For compatibility reasons I also changed the .NetFramework version to 4.6.1
  • Please check if you are ok with the version and ouput paths as they might have changed
  • Nuget package can be build using msbuild now (in VS2017 make a right click on the project and click pack)
  • Nuget package works for me using Monogame.Android project and .NetStandard2.0 project (be aware that the standard package path for .NetStandard isn't ../packages anymore - this requires an update of the documentation regarding where to find the content files etc if the user uses .NetStandard)

@WTRipper
Copy link
Author

oh be aware that I have the Monogame folder included in the $(MonoGameInstallDirectory) path. Therefore I removed the folder name from the paths. If you are relying on this we have to undo those changes.

@arthurb123 arthurb123 mentioned this pull request Oct 9, 2020
@RonenNess
Copy link
Owner

Hi @WTRipper, thanks for the PR but I just released a NuGet that completely upgraded the project to .net core :)

@RonenNess RonenNess closed this Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants