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

Dotnet version changes #10

Open
JoeSchulte opened this issue Jan 7, 2025 · 4 comments
Open

Dotnet version changes #10

JoeSchulte opened this issue Jan 7, 2025 · 4 comments

Comments

@JoeSchulte
Copy link

JoeSchulte commented Jan 7, 2025

By changing the project to target net9.0 instead of netstandard2.0 I cannot use the latest version with my .Net 8.0 project. Seems like it would be good to keep the libraries targeting netstandard2.0 to keep the usability as broad as possible. Another option would be to target multiple versions, but that is a little more complex. Even going to 2.1 limits this from being used in older 4.8 Framework applications.

@HakanL
Copy link
Owner

HakanL commented Jan 7, 2025

My bad, I upgraded my main consumer project to .NET9 so I just upgraded everything. I can't target anything less than .NET8 without a lot of work since I'm using high-performance stuff like ReadOnlyMemory and it doesn't seem to be available even in .NET Standard 2.1, so this project will most likely have to be .NET8 or higher.

@HakanL
Copy link
Owner

HakanL commented Jan 7, 2025

New Nuget building now, please let me know if it will work with .NET8

@JoeSchulte
Copy link
Author

JoeSchulte commented Jan 7, 2025 via email

@HakanL
Copy link
Owner

HakanL commented Jan 7, 2025

Yeah, you're right, to be honest I built this project primarily for my own use-case and I forget there are other users of this package (few, but still). Sorry about that. I switched to main branch. It should be in Nuget now, version 2.0.31.

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

No branches or pull requests

2 participants