-
-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Hi, I've created my identity server project starting from the dotnet template instructions at 1.1.0. Now that it has been some releases later, I would like to incrementally upgrade and test the project.
Since it came from a template, it isn't a fork nor does its file structure quite match inside src/ (different folder names were generated after we chose a project name, and it doesn't include folders that exist as NuGet packages).
Is there documentation for a specific upgrade path from my templated project? Or would I have to set an upstream git remote and rebase my project on top, renaming the folders inside src/ back to my project name?
Thanks!
Folder structure inside src
src\
- IdServer.Admin/
- IdServer.Admin.Api/
- IdServer.Admin.EntityFramework.MySql/
- IdServer.Admin.EntityFramework.PostgreSQL/
- IdServer.Admin.EntityFramework.Shared/
- IdServer.Admin.EntityFramework.SqlServer/
- IdServer.STS.Identity/
- IdServer.Shared/
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested