« Blazor ASP.NET Core 5.0 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Blazor = Links = = [https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio-code Migration from ASP.NET Core… »)
 
Ligne 4 : Ligne 4 :


= [https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio-code Migration from ASP.NET Core 3.1 to 5.0] =
= [https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-5.0&tabs=visual-studio-code Migration from ASP.NET Core 3.1 to 5.0] =
== dotnet CLI ==
<kode lang=''>
# check the dotnet CLI is well using the .NET Core 5.0
dotnet --info
</kode>

Version du 2 avril 2021 à 15:47

Links

Migration from ASP.NET Core 3.1 to 5.0

dotnet CLI

Bash.svg
# check the dotnet CLI is well using the .NET Core 5.0
dotnet --info