dotnet 各个版本的下载链接----Download .NET SDKs for Visual Studio
https://dotnet.microsoft.com/download/visual-studio-sdks
Not sure what to download? See recommended downloads for the latest version of .NET.
These downloads may update Visual Studio and the .NET Framework on your machine. Some of the downloads may only support certain Visual Studio versions.
.NET Core
.NET Core is a cross-platform version of .NET for building websites, services, and console apps.
| Version | Visual Studio 2017 SDK | Visual Studio 2019 SDK | Runtime | Release Notes |
|---|---|---|---|---|
| .NET Core 3.0 | N/A | x64 SDK | x86 SDK (v3.0.100-preview6) |
x64 Runtime | x86 Runtime (v3.0.0-preview6) |
Release notes |
| .NET Core 2.2 | x64 SDK | x86 SDK (v2.2.107) |
x64 SDK | x86 SDK (v2.2.300) |
x64 Runtime | x86 Runtime (v2.2.5) |
Release notes |
| .NET Core 2.1 | x64 SDK | x86 SDK (v2.1.507) |
x64 SDK | x86 SDK (v2.1.700) |
x64 Runtime | x86 Runtime (v2.1.11) |
Release notes |
| .NET Core 2.0 | x64 SDK | x86 SDK (v2.1.202) |
x64 SDK | x86 SDK (v2.1.202) |
x64 Runtime | x86 Runtime (v2.0.9) |
Release notes |
| .NET Core 1.1 | x64 SDK | x86 SDK (v1.1.14) |
x64 SDK | x86 SDK (v1.1.14) |
x64 Runtime | x86 Runtime (v1.1.13) |
Release notes |
| .NET Core 1.0 | x64 SDK | x86 SDK (v1.1.14) |
x64 SDK | x86 SDK (v1.1.14) |
x64 Runtime | x86 Runtime (v1.0.16) |
Release notes |
.NET Framework
.NET Framework is a Windows-only version of .NET for building any type of app that runs on Windows.
| Version | Developer Pack | Runtime | Release notes |
|---|---|---|---|
| .NET Framework 4.8 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.7.2 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.7.1 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.7 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.6.2 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.6.1 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.6 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.5.2 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.5.1 | Developer Pack | Runtime | Release notes |
| .NET Framework 4.5 | Runtime | Release notes | |
| .NET Framework 4.0 | Runtime | Release notes | |
| .NET Framework 3.5 SP1 | Runtime | Release notes |
Services
| Service | Tools | Documentation | |
|---|---|---|---|
| Microsoft Azure | Azure SDK for .NET Included in Visual Studio 2017 |
Developer Documentation | |
| Office 365, Office & SharePoint | Included in Visual Studio 2017 | Developer Documentation | |
| OneDrive | Live SDK | Developer Documentation | |
| Bing | Developer Documentation |
Devices
| Platform | Tools | Documentation | |
|---|---|---|---|
| Xamarin | Xamarin Tools for iOS and Android Included in Visual Studio 2017 |
Developer Documentation |
Gaming
| Platform | Tools | Documentation | |
|---|---|---|---|
| Unity | Visual Studio 2015 Tools for Unity Included in Visual Studio 2017 |
Developer Documentation |
dotnet 各个版本的下载链接----Download .NET SDKs for Visual Studio的更多相关文章
- Extjs各版本的下载链接
Extjs的版本繁多,本文收集了Extjs各个版本的下载链接,包括官网和非官网的,以及各种汉化版api,欢迎大家下载分享. Extjs最新版下载链接:http://www.sencha.com/pro ...
- Extjs各版本的下载链接,包含ext3.4源码示例
最近在维护一个老平台,用的是ext3.4,老东西在网上找示例发现既然还有人收钱,谷歌了一下总算找到了一位免费的发布的,感谢 yipanbo 分享 Extjs的版本繁多,本文收集了Extjs各个版本的下 ...
- Windows 10 ADK 版本及下载链接汇总
Windows 评估和部署工具包 (Windows ADK) 具有自定义大规模部署的 Windows 映像以及测试系统.添加的组件和在该系统上运行的应用程序的质量和性能所需的工具. Windows A ...
- jdk各种老版本的下载链接
java SE 1.6各个版本 jdk api http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downlo ...
- Unity 2018.3.0f 版本用C#编程启动VS时出现"Visual Studio 2010 Shell 无效的许可证数据"的解决办法
C#编程时,启动VS出现的问题如图: 网上有提到用更改注册表的方式,亲测效果未发生改变,在不确定修改后效果如何时,尽量先将原有的数据备份下来: 本文介绍楼主用另外一种方式解决的: 由于脚本系统默认启动 ...
- Microsoft Visual Studio Professional 2012 专业版 下载
记录(以下内容来自网络收集): 下载地址: https://www.microsoft.com/zh-cn/download/details.aspx?id=30682 直接iso连接下载址: htt ...
- Visual Studio 2015 update 3各版本下载地址
微软在06月27日发布了Visual Studio 2015 Update 3 .在MSDN中微软也提供下载,而且MSDN的Visual Studio 2015 Update 3与官方免费下载的文件是 ...
- Google Chrome浏览器各版本直接下载地址
Google Chrome浏览器各版本直接下载地址 2012.04.12珍藏软件 10161 Views 0 Comments 现在所用的主浏览器Google Chrome,在其官方主页上默认只 ...
- 查看firefox浏览器 驱动geckodriver.exe文件的版本号的方法,以及下载链接
1-进入到geckodriver.exe文件的目录: 2-在路径栏下输入cmd: 3-命令行界面下输入:geckodriver.exe -h 可以看到文件的帮助信息,其中第一行就列出了版本号 为0.1 ...
随机推荐
- Python的程序结构[2] -> 类/Class[1] -> 基类与继承
基类与继承 / Base Class and Inheritance Class 面向对象的特性使得 Python 中不可避免地需要使用到类和类的继承,类的继承可以使得代码很好的被重用.下面以一些代码 ...
- 数据挖掘算法之k-means算法
系列文章:数据挖掘算法之决策树算法 k-means算法可以说是数据挖掘中十大经典算法之一了,属于无监督的学习.该算法由此衍生出了很多类k-means算法,比如k中心点等等,在数据挖掘领域, ...
- 最近公共祖先 Least Common Ancestors(LCA)算法 --- 与RMQ问题的转换
[简介] LCA(T,u,v):在有根树T中,询问一个距离根最远的结点x,使得x同时为结点u.v的祖先. RMQ(A,i,j):对于线性序列A中,询问区间[i,j]上的最值.见我的博客---RMQ - ...
- 彻底解决INSTALL_FAILED_UPDATE_INCOMPATIBLE的安装错误、安装包与之前设备上的安装包签名不一致
有时候开发的问题:会遇到在公司上班的时候,公司的IDE能跑程序,把程序拷贝回家,再跑一次,就会出现以下错误: INSTALL_FAILED_UPDATE_INCOMPATIBLE 原因:就是你的安装包 ...
- Windows 8.1中WinRT的变化(一)——新增控件
这次WinRT的变化还是不小的,就拿新增控件来说,就有如下几种: AppBar 控件 我以前写过一篇文章接受过如何在WinRT程序中快速创建Metro风格图标,现在MS已经把他们标准化了,就不用我们自 ...
- 【Mybatis】mybatis查询报错org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'areaName' in 'class java.lang.String'
mybatis查询报错: Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for pro ...
- System.InvalidOperationException异常
Q:捕捉到 System.InvalidOperationException Message=集合已修改:可能无法执行枚举操作. A:解决方法:利用for进行遍历. 原因: 1.hashtable存放 ...
- ElasticSearch文档
1.什么是文档? 程序中大多的实体或对象能够被序列化为包含键值对的JSON对象,键(key)是字段(field)或属性(property)的名字,值(value)可以是字符串.数字.布尔类型.另一个对 ...
- HTML5游戏实战(1):50行代码实现正面跑酷游戏
前段时间看到一个"熊来了"的HTML5跑酷游戏,它是一个典型的正面2D跑酷游戏,这里借用它来介绍一下用Gamebuilder+CanTK开发正面跑酷游戏的基本方法. CanTK(C ...
- DTD 和 Schema简介
什么是DTD? DTD(文档类型定义)的作用是定义 XML 文档的合法构建模块. 它使用一系列的合法元素来定义文档结构. DTD例子 <?xml version="1.0"? ...