SodaPop.RazorPagesSitemap
3.1.0-beta1
This is a prerelease version of SodaPop.RazorPagesSitemap.
dotnet add package SodaPop.RazorPagesSitemap --version 3.1.0-beta1
NuGet\Install-Package SodaPop.RazorPagesSitemap -Version 3.1.0-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SodaPop.RazorPagesSitemap" Version="3.1.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SodaPop.RazorPagesSitemap --version 3.1.0-beta1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SodaPop.RazorPagesSitemap, 3.1.0-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SodaPop.RazorPagesSitemap as a Cake Addin #addin nuget:?package=SodaPop.RazorPagesSitemap&version=3.1.0-beta1&prerelease // Install SodaPop.RazorPagesSitemap as a Cake Tool #tool nuget:?package=SodaPop.RazorPagesSitemap&version=3.1.0-beta1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Razor.Language (>= 3.1.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0-beta1 | 3,194 | 9/21/2020 |
2.0.0-beta1 | 2,067 | 2/12/2019 |
1.0.1-beta3 | 1,739 | 2/2/2018 |
1.0.1-beta2 | 1,450 | 2/1/2018 |
1.0.1-beta | 1,446 | 2/1/2018 |
1.0.0 | 1,754 | 1/31/2018 |
3.1 - Supports ASP.NET Core 3.1
2.0 - ASPNET Core 2.2.
* Uses new `LinkGenerator` service, so it now correctly uses the options from routing (e.g, will match the casing correctly).
* Supports new `ISitemapRouteParamProvider` for providing your own parameters for specific Razor Pages
1.0 - Initial release