-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Net6 support #298
Comments
The current version should run on net6.0. Do you get any error messages? |
I get the following error with 2.0.630 on an 6.0.101-bullseye-slim Docker image:
My csproj File looks like this:
|
It seems .NET Core does not automatically roll forward through major version boundaries of the runtime: https://docs.microsoft.com/en-us/dotnet/core/versions/selection#framework-dependent-apps-roll-forward Specifically this scenario:
I've added |
Works like a charm, thanks a lot! |
Hi Michael,
it seems that running the xscgen tool on Net6 SDK is not supported yet because it is not included in the TargetFramework list.
I checked out the code and added net6.0 to the TargetFramework list locally which could directly be compiled.
Is it planned to release a net6.0 based version in the near future?
Thank you!
André
The text was updated successfully, but these errors were encountered: