-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Drop suppport for Full .NET #961
Comments
I still have some webforms projects (supported by dx 22.2) but the new Xpand requirements don't let me upgrade to v22.2 because of this new base requirement of net 6. Gustavo |
u need to support your own branch before 22.2, the scripts in the repo should be of help but in any case if you have questions on how to build let me know |
eXpand.lab release 22.2.400.0 includes commit that relate to this task: Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS. To minimize version conflicts we recommend that you switch to PackageReference format and use only the eXpandAgnostic, eXpandWin, eXpandWeb packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video). Thanks a lot for your contribution. |
is there any simple way of getting 22.2/23.x compatible versions targeting net461 as devexpress do? |
Closing issue for age. Feel free to reopen it at any time. .Thank you for your contribution. |
Starting next year all packages without a .NET6 target will be archived (e.g. WebForms) and all netstandard2.0 packages will be ported to .NET6
The text was updated successfully, but these errors were encountered: