-
Notifications
You must be signed in to change notification settings - Fork 174
dotnet 7 support? #692
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
Comments
Yes we will release very soon, the support is already there just based on the RC. |
Hi! Any news? I see that #693 has already merged |
We are working on the final bits. We will release within the next week |
Version 1.4.0 with support for .Net7 has just been released |
Thanks a lot! |
Today I've installed {
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "net7.0"
}
} to {
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "net6.0"
}
} I understand that it is not directly related with this CLI but I would like to post it here for people that like me have been lost a lot of time to understand if the problem was related to |
Just wondering if there are any plans for dotnet 7 support given its now GA.
https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/
The text was updated successfully, but these errors were encountered: