dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.54k stars 25.31k forks source link

Minimal API - Versioning support available. #27105

Open anuraj opened 1 year ago

anuraj commented 1 year ago

The Asp.Versioning.Http package helps to implement versioning in Minimal API. Here is an example - (MinimalApiExample)


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Rick-Anderson commented 1 year ago

@anuraj that's not just for Minimal API's, works with controllers too.

https://github.com/dotnet/aspnet-api-versioning

We'll just point to the samples

anuraj commented 1 year ago

I think this can be updated.

image

Rick-Anderson commented 1 year ago

It's not there in .NET 7