Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 6fb4786

Browse files
authored
Update README.md
1 parent 1666a8b commit 6fb4786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a stand-alone module to add Vue Cli and Quasar Cli support to AspNet Cor
66

77
See the examples here: [https://github.com/EEParker/aspnetcore-vueclimiddleware/tree/master/samples](https://github.com/EEParker/aspnetcore-vueclimiddleware/tree/master/samples)
88

9-
## ASP.NET 3.0 Preview Endpoint Routing (experimental)
9+
## ASP.NET 3.X Endpoint Routing
1010
First, be sure to switch Vue Cli or Quasar Cli to output distribution files to wwwroot directly (not dist).
1111

1212
* Quasar CLI: regex: "Compiled successfully"
@@ -17,7 +17,7 @@ First, be sure to switch Vue Cli or Quasar Cli to output distribution files to w
1717
no compiler warnings. So instead of waiting for that, consider it ready as soon
1818
as it starts listening for requests.[see the codes](https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/src/VueCliMiddleware/VueDevelopmentServerMiddleware.cs#L91)
1919

20-
See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-2.2&tabs=visual-studio#update-routing-startup-code)
20+
See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio#update-routing-startup-code)
2121
```csharp
2222
public class Startup {
2323

0 commit comments

Comments
 (0)