The. NET 8 SDK installation package is now available for download

The. NET 8 SDK installation package is now available for download

NET 8 already has an installation package for download. This is good news. Microsoft's move to add bricks to. NET has been on the way.

最后更新 8/24/2022 9:17 AM
沙漠尽头的狼
预计阅读 2 分钟
分类
.NET
标签
.NET C#

今早在一个技术交流群看到有.NET 8的安装交流,站长下载了,把安装过程记录了,总结是:

目前还无法 正常使用 .NET 8 SDK,虽然可以正常下载、安装,但宇宙第一IDE VS还尚未支持,也许站长打开方式不对,欢迎有体验的朋友留言解惑。

站长猜测: 微软官方可能要等到11月份.NET 7正式版发布后再同步更新VS对.NET 8的预览版支持吧,记住这个时间点,这是微软每年对.NET版本更新正式发布的时间。

download address

** Microsoft SDK Documentation **

微软SDK文档没有提供下载,目前还是 7.0.0-preview.7:https://dotnet.microsoft.com/zh-cn/download/dotnet

GitHub下载

看下图,.NET 8大小与前面几版大小差不了多少:

installation

Installation is no different. Double click directly on Windows to install:

站长使用的 VS 2022- Preview Version 17.4.0 Preview 1.0,新创建项目没有提供 .NET 8 版本选择,直接修改项目工程.NET版本也无法编译成功:

可能还需要IDE更新加持吧,目前没有最新的VS更新提示,但 .NET 8 已经有了安装包提供下载,这是一个好消息,说明微软给 .NET 添砖加瓦的动作一直在路上。

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 4/22/2026

Support for. NET by operating system versions (250707 update)

Use virtual machines and test machines to test the support of each version of the operating system for. NET. After installing the operating system, it is passed by measuring the corresponding running time of the installation and being able to run the Stardust Agent.

继续阅读
同分类 / 同标签 2/7/2026

Summary of experience in using AOT

From the very beginning of project creation, you should develop a good habit of conducting AOT release testing in a timely manner whenever new features are added or newer syntax is used.

继续阅读