Skip to content

Commit

Permalink
Update .NET requirements (#10355)
Browse files Browse the repository at this point in the history
* Update .NET requirements

* Update index.yml

* Update index.yml

* Update index.yml

* Update index.yml
  • Loading branch information
frederikprijck authored Jan 8, 2024
1 parent 02b04a5 commit 4d207f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions articles/quickstart/backend/aspnet-core-webapi/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ logo: dotnet-platform
alias:
- asp.net core webapi
- aspnet core webapi
- asp.net core webapi 3.1
- asp.net 5.0
- asp.net core webapi 6.0
- asp.net core webapi 7.0
- asp.net core webapi 8.0
language:
- C#
framework:
Expand Down Expand Up @@ -35,9 +35,9 @@ github:
repo: auth0-aspnetcore-webapi-samples
branch: master
requirements:
- .NET Core 3.1
- .NET 5.0
- .NET 6.0
- .NET 7.0
- .NET 8.0
next_steps:
- path: 01-authorization
list:
Expand All @@ -52,4 +52,4 @@ next_steps:
href: "/attack-protection"
- text: Learn about rules
icon: 345
href: "/rules"
href: "/rules"
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ snippets:
dependencies: server-platforms/aspnet-core/dependencies
alias:
- net-6
- net-7
- net-8
seo_alias: aspnet-core-blazor-server
default_article: 01-login
articles:
Expand All @@ -31,5 +33,7 @@ github:
branch: main
requirements:
- .NET 6.0
- .NET 7.0
- .NET 8.0
sample_download_required_data:
- client
9 changes: 5 additions & 4 deletions articles/quickstart/webapp/aspnet-core/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ sdk:
snippets:
dependencies: server-platforms/aspnet-core/dependencies
alias:
- aspnetcore-3.1
- net-5
- net-6
- net-7
- net-8
seo_alias: aspnet-core
default_article: 01-login
articles:
Expand All @@ -31,8 +32,8 @@ github:
repo: auth0-aspnetcore-mvc-samples
branch: master
requirements:
- .NET Core 3.1
- .NET 5.0
- .NET 6.0
- .NET 7.0
- .NET 8.0
sample_download_required_data:
- client

0 comments on commit 4d207f8

Please sign in to comment.