LoginSignup
8

More than 3 years have passed since last update.

Windowsや IIS や .NET などのバージョン対応メモ

Posted at

Windows にプリンストールされている IIS のバージョン対応表

Windows OS IIS バージョン
Windows XP Pro 5.1
Windows Server 2003 6.0
Windows Vista / Windows Server 2008 7.0
Windows 7 / Windows Server 2008 R2 7.5
Windows 8 / Windows Server 2012 8.0
Windows 8.1 / Windows Server 2012 R2 8.5
Windows 10 / Windows Server 2016 以降 10.0

Windows にプリインストールされている .NET Framework バージョン対応表

機能の有効化は必要なものもあります。

Windows OS プリインストール .NET Framework バージョン
Windows 7 .NET Framework 3.5
Windows 8 .NET Framework 4.5
Windows 8.1 .NET Framework 4.5.1
Windows 10 .NET Framework 4.6
Windows 10 (11月のUpdate) .NET Framework 4.6.1
Windows 10 (Anniversary Update) .NET Framework 4.6.2
Windows 10 (Creators Update) .NET Framework 4.7
Windows 10 (Fall Creators Update) .NET Framework 4.7.1
Windows 10 (April 2018 Update / October 2018 Update) .NET Framework 4.7.2
Windows 10 May 2019 Update .NET Framework 4.8
Windows Server OS プリインストール .NET Framework バージョン
Windows Server 2008 / 2008 R2 .NET Framework 3.5
Windows Server 2012 .NET Framework 4.5
Windows Server 2012 R2 .NET Framework 4.5.1
Windows Server 2016 .NET Framework 4.6.2
Windows Server 2019 .NET Framework 4.7.2

.NET Standard と .NET Framework または .NET Core のバージョン対応表

.NET Standard .NET Framework .NET Core
1.0 4.5 1
1.1 4.5 1
1.2 4.5.1 1
1.3 4.6 1
1.4 4.6.1 1
1.5 4.6.1 1
1.6 4.6.1 1
2.0 4.6.1 2.0
2.1 ※1 3.0

※1
.NET Framework 4.8 は .NET Standard 2.1 に対応するものは発表されていない。
.NET Framework は互換性維持のため、発表が遅れるとのこと。
参考: https://devblogs.microsoft.com/dotnet/announcing-net-standard-2-1/

参考

https://ja.wikipedia.org/wiki/Internet_Information_Services
https://support.microsoft.com/ja-jp/help/224609/how-to-obtain-versions-of-internet-information-server-iis
https://docs.microsoft.com/ja-jp/dotnet/framework/get-started/system-requirements
https://docs.microsoft.com/ja-jp/dotnet/standard/net-standard

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8