diff --git a/BlazorServerApp/BlaServApp.Data/BlaServApp.Data.csproj b/BlazorServerApp-NET5/BlaServApp.Data/BlaServApp.Data.csproj similarity index 100% rename from BlazorServerApp/BlaServApp.Data/BlaServApp.Data.csproj rename to BlazorServerApp-NET5/BlaServApp.Data/BlaServApp.Data.csproj diff --git a/BlazorServerApp/BlaServApp.Data/BlaServAppContext.cs b/BlazorServerApp-NET5/BlaServApp.Data/BlaServAppContext.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/BlaServAppContext.cs rename to BlazorServerApp-NET5/BlaServApp.Data/BlaServAppContext.cs diff --git a/BlazorServerApp/BlaServApp.Data/Constants.cs b/BlazorServerApp-NET5/BlaServApp.Data/Constants.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/Constants.cs rename to BlazorServerApp-NET5/BlaServApp.Data/Constants.cs diff --git a/BlazorServerApp/BlaServApp.Data/Controllers/BlaServAppController.cs b/BlazorServerApp-NET5/BlaServApp.Data/Controllers/BlaServAppController.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/Controllers/BlaServAppController.cs rename to BlazorServerApp-NET5/BlaServApp.Data/Controllers/BlaServAppController.cs diff --git a/BlazorServerApp/BlaServApp.Data/DatabaseModels/Articoli.cs b/BlazorServerApp-NET5/BlaServApp.Data/DatabaseModels/Articoli.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/DatabaseModels/Articoli.cs rename to BlazorServerApp-NET5/BlaServApp.Data/DatabaseModels/Articoli.cs diff --git a/BlazorServerApp/BlaServApp.Data/DatabaseModels/Config.cs b/BlazorServerApp-NET5/BlaServApp.Data/DatabaseModels/Config.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/DatabaseModels/Config.cs rename to BlazorServerApp-NET5/BlaServApp.Data/DatabaseModels/Config.cs diff --git a/BlazorServerApp/BlaServApp.Data/Enum.cs b/BlazorServerApp-NET5/BlaServApp.Data/Enum.cs similarity index 100% rename from BlazorServerApp/BlaServApp.Data/Enum.cs rename to BlazorServerApp-NET5/BlaServApp.Data/Enum.cs diff --git a/BlazorServerApp/BlaServApp.Data/Resources/Readme.md b/BlazorServerApp-NET5/BlaServApp.Data/Resources/Readme.md similarity index 100% rename from BlazorServerApp/BlaServApp.Data/Resources/Readme.md rename to BlazorServerApp-NET5/BlaServApp.Data/Resources/Readme.md diff --git a/BlazorServerApp/BlaServApp.UI/App.razor b/BlazorServerApp-NET5/BlaServApp.UI/App.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/App.razor rename to BlazorServerApp-NET5/BlaServApp.UI/App.razor diff --git a/BlazorServerApp/BlaServApp.UI/BlaServApp.UI.csproj b/BlazorServerApp-NET5/BlaServApp.UI/BlaServApp.UI.csproj similarity index 100% rename from BlazorServerApp/BlaServApp.UI/BlaServApp.UI.csproj rename to BlazorServerApp-NET5/BlaServApp.UI/BlaServApp.UI.csproj diff --git a/BlazorServerApp/BlaServApp.UI/Components/CmpFooter.razor b/BlazorServerApp-NET5/BlaServApp.UI/Components/CmpFooter.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/CmpFooter.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Components/CmpFooter.razor diff --git a/BlazorServerApp/BlaServApp.UI/Components/CmpTop.razor b/BlazorServerApp-NET5/BlaServApp.UI/Components/CmpTop.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/CmpTop.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Components/CmpTop.razor diff --git a/BlazorServerApp/BlaServApp.UI/Components/DataPager.razor b/BlazorServerApp-NET5/BlaServApp.UI/Components/DataPager.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/DataPager.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Components/DataPager.razor diff --git a/BlazorServerApp/BlaServApp.UI/Components/DataPager.razor.cs b/BlazorServerApp-NET5/BlaServApp.UI/Components/DataPager.razor.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/DataPager.razor.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Components/DataPager.razor.cs diff --git a/BlazorServerApp/BlaServApp.UI/Components/LoadingData.razor b/BlazorServerApp-NET5/BlaServApp.UI/Components/LoadingData.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/LoadingData.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Components/LoadingData.razor diff --git a/BlazorServerApp/BlaServApp.UI/Components/SearchMod.razor b/BlazorServerApp-NET5/BlaServApp.UI/Components/SearchMod.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Components/SearchMod.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Components/SearchMod.razor diff --git a/BlazorServerApp/BlaServApp.UI/Data/BlaServAppDataService.cs b/BlazorServerApp-NET5/BlaServApp.UI/Data/BlaServAppDataService.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Data/BlaServAppDataService.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Data/BlaServAppDataService.cs diff --git a/BlazorServerApp/BlaServApp.UI/Data/MessageService.cs b/BlazorServerApp-NET5/BlaServApp.UI/Data/MessageService.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Data/MessageService.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Data/MessageService.cs diff --git a/BlazorServerApp/BlaServApp.UI/Data/SelectData.cs b/BlazorServerApp-NET5/BlaServApp.UI/Data/SelectData.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Data/SelectData.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Data/SelectData.cs diff --git a/BlazorServerApp/BlaServApp.UI/NLog.config b/BlazorServerApp-NET5/BlaServApp.UI/NLog.config similarity index 100% rename from BlazorServerApp/BlaServApp.UI/NLog.config rename to BlazorServerApp-NET5/BlaServApp.UI/NLog.config diff --git a/BlazorServerApp/BlaServApp.UI/Pages/Error.cshtml b/BlazorServerApp-NET5/BlaServApp.UI/Pages/Error.cshtml similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Pages/Error.cshtml rename to BlazorServerApp-NET5/BlaServApp.UI/Pages/Error.cshtml diff --git a/BlazorServerApp/BlaServApp.UI/Pages/Error.cshtml.cs b/BlazorServerApp-NET5/BlaServApp.UI/Pages/Error.cshtml.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Pages/Error.cshtml.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Pages/Error.cshtml.cs diff --git a/BlazorServerApp/BlaServApp.UI/Pages/Index.razor b/BlazorServerApp-NET5/BlaServApp.UI/Pages/Index.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Pages/Index.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Pages/Index.razor diff --git a/BlazorServerApp/BlaServApp.UI/Pages/_Host.cshtml b/BlazorServerApp-NET5/BlaServApp.UI/Pages/_Host.cshtml similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Pages/_Host.cshtml rename to BlazorServerApp-NET5/BlaServApp.UI/Pages/_Host.cshtml diff --git a/BlazorServerApp/BlaServApp.UI/Program.cs b/BlazorServerApp-NET5/BlaServApp.UI/Program.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Program.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Program.cs diff --git a/BlazorServerApp/BlaServApp.UI/Properties/launchSettings.json b/BlazorServerApp-NET5/BlaServApp.UI/Properties/launchSettings.json similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Properties/launchSettings.json rename to BlazorServerApp-NET5/BlaServApp.UI/Properties/launchSettings.json diff --git a/BlazorServerApp/BlaServApp.UI/Services/BlazorTimer.cs b/BlazorServerApp-NET5/BlaServApp.UI/Services/BlazorTimer.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Services/BlazorTimer.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Services/BlazorTimer.cs diff --git a/BlazorServerApp/BlaServApp.UI/Shared/MainLayout.razor b/BlazorServerApp-NET5/BlaServApp.UI/Shared/MainLayout.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Shared/MainLayout.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Shared/MainLayout.razor diff --git a/BlazorServerApp/BlaServApp.UI/Shared/MainLayout.razor.css b/BlazorServerApp-NET5/BlaServApp.UI/Shared/MainLayout.razor.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Shared/MainLayout.razor.css rename to BlazorServerApp-NET5/BlaServApp.UI/Shared/MainLayout.razor.css diff --git a/BlazorServerApp/BlaServApp.UI/Shared/NavMenu.razor b/BlazorServerApp-NET5/BlaServApp.UI/Shared/NavMenu.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Shared/NavMenu.razor rename to BlazorServerApp-NET5/BlaServApp.UI/Shared/NavMenu.razor diff --git a/BlazorServerApp/BlaServApp.UI/Shared/NavMenu.razor.css b/BlazorServerApp-NET5/BlaServApp.UI/Shared/NavMenu.razor.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Shared/NavMenu.razor.css rename to BlazorServerApp-NET5/BlaServApp.UI/Shared/NavMenu.razor.css diff --git a/BlazorServerApp/BlaServApp.UI/Startup.cs b/BlazorServerApp-NET5/BlaServApp.UI/Startup.cs similarity index 100% rename from BlazorServerApp/BlaServApp.UI/Startup.cs rename to BlazorServerApp-NET5/BlaServApp.UI/Startup.cs diff --git a/BlazorServerApp/BlaServApp.UI/_Imports.razor b/BlazorServerApp-NET5/BlaServApp.UI/_Imports.razor similarity index 100% rename from BlazorServerApp/BlaServApp.UI/_Imports.razor rename to BlazorServerApp-NET5/BlaServApp.UI/_Imports.razor diff --git a/BlazorServerApp/BlaServApp.UI/appsettings.Development.json b/BlazorServerApp-NET5/BlaServApp.UI/appsettings.Development.json similarity index 100% rename from BlazorServerApp/BlaServApp.UI/appsettings.Development.json rename to BlazorServerApp-NET5/BlaServApp.UI/appsettings.Development.json diff --git a/BlazorServerApp/BlaServApp.UI/appsettings.json b/BlazorServerApp-NET5/BlaServApp.UI/appsettings.json similarity index 100% rename from BlazorServerApp/BlaServApp.UI/appsettings.json rename to BlazorServerApp-NET5/BlaServApp.UI/appsettings.json diff --git a/BlazorServerApp/BlaServApp.UI/compilerconfig.json b/BlazorServerApp-NET5/BlaServApp.UI/compilerconfig.json similarity index 100% rename from BlazorServerApp/BlaServApp.UI/compilerconfig.json rename to BlazorServerApp-NET5/BlaServApp.UI/compilerconfig.json diff --git a/BlazorServerApp/BlaServApp.UI/compilerconfig.json.defaults b/BlazorServerApp-NET5/BlaServApp.UI/compilerconfig.json.defaults similarity index 100% rename from BlazorServerApp/BlaServApp.UI/compilerconfig.json.defaults rename to BlazorServerApp-NET5/BlaServApp.UI/compilerconfig.json.defaults diff --git a/BlazorServerApp/BlaServApp.UI/logs/.placeholder b/BlazorServerApp-NET5/BlaServApp.UI/logs/.placeholder similarity index 100% rename from BlazorServerApp/BlaServApp.UI/logs/.placeholder rename to BlazorServerApp-NET5/BlaServApp.UI/logs/.placeholder diff --git a/BlazorServerApp/BlaServApp.UI/post-build.ps1 b/BlazorServerApp-NET5/BlaServApp.UI/post-build.ps1 similarity index 100% rename from BlazorServerApp/BlaServApp.UI/post-build.ps1 rename to BlazorServerApp-NET5/BlaServApp.UI/post-build.ps1 diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css.map b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css.map rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/font.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/font.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/font.less b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.less similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/font.less rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.less diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/font.min.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.min.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/font.min.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/font.min.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/FONT-LICENSE b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/FONT-LICENSE similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/FONT-LICENSE rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/FONT-LICENSE diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/ICON-LICENSE b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/ICON-LICENSE similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/ICON-LICENSE rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/ICON-LICENSE diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/README.md b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/README.md similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/README.md rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/README.md diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.eot diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.otf diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.svg diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/open-iconic/font/fonts/open-iconic.woff diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/site.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/site.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/site.less b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.less similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/site.less rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.less diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/css/site.min.css b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.min.css similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/css/site.min.css rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/css/site.min.css diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/favicon.ico b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/favicon.ico similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/favicon.ico rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/favicon.ico diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.eot b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.eot similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.eot rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.eot diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.svg b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.svg similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.svg rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.svg diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.ttf b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.ttf similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.ttf rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.ttf diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff2 b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff2 similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff2 rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/lato-v17-latin-regular.woff2 diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.eot b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.eot similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.eot rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.eot diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.svg b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.svg similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.svg rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.svg diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.ttf diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2 b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2 similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2 rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/fonts/roboto-v27-latin-regular.woff2 diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/img/LogoBlu.svg b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/img/LogoBlu.svg similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/img/LogoBlu.svg rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/img/LogoBlu.svg diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/js/debounce.js b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/js/debounce.js similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/js/debounce.js rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/js/debounce.js diff --git a/BlazorServerApp/BlaServApp.UI/wwwroot/js/external.js b/BlazorServerApp-NET5/BlaServApp.UI/wwwroot/js/external.js similarity index 100% rename from BlazorServerApp/BlaServApp.UI/wwwroot/js/external.js rename to BlazorServerApp-NET5/BlaServApp.UI/wwwroot/js/external.js diff --git a/BlazorServerApp/BlaServApp.sln b/BlazorServerApp-NET5/BlaServApp.sln similarity index 100% rename from BlazorServerApp/BlaServApp.sln rename to BlazorServerApp-NET5/BlaServApp.sln diff --git a/BlazorServerApp/README.md b/BlazorServerApp-NET5/README.md similarity index 100% rename from BlazorServerApp/README.md rename to BlazorServerApp-NET5/README.md