0
点赞
收藏
分享

微信扫一扫

C#7-11 与dotnetSDK 以及dotnet framework对应关系

语言版本 对应的.net framework版本 对应的.net sdk版本 推荐使用的vs studio
C#7.3 3.5、 4.0、 4.5 、4.5.1、 4.5.2 、4.6 、4.6.1、 4.6.2 4.7.1、 4.7.2 .netcore 2.0、.netcore2.1、
.netcore2.2
C#8.0 / F#4.7 不支持 .netcore 3.0、.netcore 3.1
C# 9.0 / F#5.0 不支持 .netcore 5.0 Visual Studio 2019 (v16.11)
C#10.0 / F#6.0 不支持 .netcore 6.0 Visual Studio 2022 (v17.2)
C#11.0 / F#7.0 不支持 .netcore 7.0 .netcore 8.0(暂时只是预览版) Visual Studio 2022 (v17.4)

1677654126017.jpg

dotnet-framework下载

https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/

dotnet-sdk(.net core或.net)下载

https://dotnet.microsoft.com/zh-cn/download/dotnet/

举报

相关推荐

0 条评论