简体   繁体   English

ASP.NET Core 1.0.1不适用于Ubuntu / Linux吗?

[英]ASP.NET Core 1.0.1 not avaliable for Ubuntu/Linux?

The initial ASP.NET Core 1.0 release got an update to .NET Core 1.0.1 which is avaliable on the ASP.NET downloadpage for Windows . 最初的ASP.NET Core 1.0版本对.NET Core 1.0.1进行了更新,可在Windows的ASP.NET下载页面上获得 It seems bundled with Visual Studio (".NET Core 1.0.1 - VS 2015 Tooling Preview 2"). 它似乎与Visual Studio捆绑在一起(“ .NET Core 1.0.1-VS 2015 Tooling Preview 2”)。 So I upgraded my ASP.NET Core 1.0 project to 1.0.1 on my Windows 10 development-machine. 因此,我在Windows 10开发机器上将ASP.NET Core 1.0项目升级到1.0.1。

As the application runs on Ubuntu, I also want to upgrade my testserver running Ubuntu 16.04 to the latest 1.0.1 version. 当应用程序在Ubuntu上运行时,我还想将运行Ubuntu 16.04的测试服务器升级到最新的1.0.1版本。 But I can't find any release for linux. 但是我找不到Linux的任何发行版。 The downloadpage refers to the package dotnet-dev-1.0.0-preview2-003131 and I couldn't finy any package for 1.0.1 in the repo. 下载页面涉及软件包dotnet-dev-1.0.0-preview2-003131,我在仓库中无法找到1.0.1的任何软件包。 Also in the other downloads section are only deb/tar packages for 1.0.1. 另外,在其他下载部分中,仅包含用于1.0.1的deb / tar软件包。 Only the 1.1 preview, which I don't want to install cause its no final release yet. 只有我不希望安装的1.1预览版导致其最终版本尚未发布。

If you follow(ed) the instructions on https://www.microsoft.com/net/core#ubuntu you should be able to update via apt . 如果您按照https://www.microsoft.com/net/core#ubuntu上的说明进行操作,则应该可以通过apt进行更新。 Be aware that there are 2 version numbers. 请注意,有2个版本号。 one is the runtime, which is 1.0.1 . 一个是运行时,即1.0.1 The other is the SDK that provides commands like dotnet restore , dotnet build and so on. 另一个是提供诸如dotnet restoredotnet build等命令的SDK。

The SDK also includes the runtime. SDK还包括运行时。 The SDK version 1.0.0-preview2-003131 includes the runtime 1.0.1 . SDK版本1.0.0-preview2-003131包含运行时1.0.1 The previously released version that had the 1.0.0 runtime had a lower number after the preview2- part.. 先前发布的具有1.0.0运行时的版本在preview2-部分之后的preview2-

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM