-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support net8 #36
Comments
until net8 is supported, this is what I'm running before installing dbup in my builds (on linux containers): |
While installing .NET 7 is an option, there can be another workaround: setting Without:
With it:
|
Thank you for this! To follow the boy scout rule, here's a way to do this without polluting the environment (this is for Powershell):
This will create a "subshell" and will scope the environment variable changes for that subshell, run the command, and then exit the subshell when it's done. |
We're unable to run this in an env with net8.0. Would be helpful to have it upgraded so we don't have to install two versions of the framework.
I've opened #35 to facilitate this.
The text was updated successfully, but these errors were encountered: