We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, cool library. It would be cooler if you enabled multi-targeting https://docs.microsoft.com/en-us/nuget/create-packages/multiple-target-frameworks-project-file instead of targeting just .NET Core make it more usable by adding <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> or something like that.
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
The text was updated successfully, but these errors were encountered:
Good point, I'll look into it.
Sorry, something went wrong.
Did you ever get to look into this? I have been trying to drop this into Unity but I think the lack of these frameworks is causing an error.
No branches or pull requests
Hey, cool library. It would be cooler if you enabled multi-targeting https://docs.microsoft.com/en-us/nuget/create-packages/multiple-target-frameworks-project-file instead of targeting just .NET Core make it more usable by adding
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
or something like that.The text was updated successfully, but these errors were encountered: