Microsoft.AspNetCore.Razor.Design
2.1.2
See the version list below for details.
Install-Package Microsoft.AspNetCore.Razor.Design -Version 2.1.2
dotnet add package Microsoft.AspNetCore.Razor.Design --version 2.1.2
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" />
paket add Microsoft.AspNetCore.Razor.Design --version 2.1.2
#r "nuget: Microsoft.AspNetCore.Razor.Design, 2.1.2"
// Install Microsoft.AspNetCore.Razor.Design as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Razor.Design&version=2.1.2
// Install Microsoft.AspNetCore.Razor.Design as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Razor.Design&version=2.1.2
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.AspNetCore.Razor.Design:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Mvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |