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

Commit 3bf9337

Browse files
committed
Updated samples to reflect changes for AspNetCore 3.1
1 parent 53c744f commit 3bf9337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ First, be sure to switch Vue Cli or Quasar Cli to output distribution files to w
1919

2020
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)
2121
```csharp
22-
23-
2422
public class Startup {
2523

2624
public Startup(IConfiguration configuration)
@@ -66,6 +64,7 @@ See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/e
6664
);
6765
});
6866
}
67+
}
6968
```
7069

7170

0 commit comments

Comments
 (0)