SDK 3.1.300 - Microsoft.AspNetCore.App Version cannot update from 3.1.2 to 3.1.3
I was installed the latest version of SDK 3.1.4 and run dotnet --version is show 3.1.300.
But I created new asp.net core MVC project, the version of Microsoft.AspNetCore.App is still 3.1.2 even the 3.1.3 installed in my computer. Means the new version of Microsoft.AspNetCore.App cannot be used.
In my computer the location of Microsoft.AspNetCore.App is stored in C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref. 3 versions folder in this location. '3.0.1','3.1.2' and '3.1.3'.
Environment Info
Version: 3.1.300
Commit: b2475c1295
Runtime Environment:
OS Name: Windows
OS Version: 10.0.18363
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\3.1.300\
Host (useful for support):
Version: 3.1.4
Commit: 0c2e69caa6
.NET Core SDKs installed:
3.0.103 [C:\Program Files\dotnet\sdk]
3.1.300 [C:\Program Files\dotnet\sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.18 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.18 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.18 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.8 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
VS 2019 Enterprise 16.6.0
SDK 3.1.300 - Microsoft.AspNetCore.App Version cannot update from 3.1.2 to 3.1.3
I was installed the latest version of SDK 3.1.4 and run dotnet --version is show 3.1.300.
But I created new asp.net core MVC project, the version of Microsoft.AspNetCore.App is still 3.1.2 even the 3.1.3 installed in my computer. Means the new version of Microsoft.AspNetCore.App cannot be used.
In my computer the location of Microsoft.AspNetCore.App is stored in C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref. 3 versions folder in this location. '3.0.1','3.1.2' and '3.1.3'.
Environment Info
VS 2019 Enterprise 16.6.0