You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,12 +229,4 @@ Congratulations you have a fully working full-stack solution!
229
229
230
230
## Next steps
231
231
232
-
Now that the solution is working nicely, it is time to add the database to the picture. Branch 2.0 will guide you in doing that.
233
-
234
-
## Troubleshooting
235
-
236
-
I've tested everything with .NET Core 5.0. If something doesn't work make sure you have .NET Core SDK installed and you set .NET 5.0 as the runtime to use, creating a `global.json` in the root sample folder:
237
-
238
-
```
239
-
dotnet new globaljson --sdk-version 5.0.403
240
-
```
232
+
Everything is working now, but data is not secured. In v3.0 authentication and authorization will be added to the solution to make it complete.
0 commit comments