私は新しいクラスライブラリ(パッケージ)をASP.NET 5ベースのソリューションに追加しました。私はそれのproject.jsonの.NET Platform 5.4セクションに気づいた:ASP.NET 5クラスライブラリ(パッケージ)の.NET Platform 5.4とは何ですか?
"frameworks": {
"net451": {
"dependencies": {}
},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
}
}
これは何のためですか? ASP.NET Webプロジェクトと異なる点は何ですか?