Closed jsholzer closed 1 year ago
As a matter of fact, .NET 7 should run the bundle tool without problems, even if it targets .NET Core 3. However, it seems the default roll forward policy prevent this.
As a quick fix, you can override this behavior by setting the DOTNET_ROLL_FORWARD
environment variable as follows:
set DOTNET_ROLL_FORWARD=Major
export DOTNET_ROLL_FORWARD=Major
I'll try to find a permanent solution to the issue which doesn't require this workaround.
FYI, the latest release (v3.7.0) fixes the issue.
Are there plans to update the tools application to target .NET 7?
Currently, the tools appear to require the .NET Core 3 runtime.
I've included my command line output to show the runtimes and SDKs that are available in my local environment, as well as the output from running
dotnet-bundle --version