You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stacks API
* eol changes
* Upgrading the vulnerably packages.
* fixing bug where auth parameter was ignored by Python v2.
* Dotnet 8 as default.
* Changed the stacks API version.
* Changes for the change in stacks api version.
* Upgraded a vulnerable package.
// Default to .NET 8 if the target framework is not specified
335
343
// NOTE: we must have TargetFramework be non-empty for a dotnet-isolated project, even if it is not specified by the user, due to the structure of the new templates
return$"Upgrade your app to .NET {nextStackVersion} as .NET {currentStackVersion} will reach EOL on {FormatDate(eol)} and will no longer be supported. {link}";
return$"Upgrade your app to .NET {nextStackVersion} as .NET {currentStackVersion} has reached EOL on {FormatDate(eol)} and is no longer supported. {link}";
0 commit comments