Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 22, 2024
1 parent 819a84c commit 46072b9
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Nager.Authentication.TestProject.WebApp6.Dtos
namespace Nager.Authentication.TestProject.WebApp.Dtos
{
public class TimeInfoDto
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
using Nager.Authentication.Helpers;
using Nager.Authentication.InMemoryRepository;
using Nager.Authentication.Services;
using Nager.Authentication.TestProject.WebApp6;
using Nager.Authentication.TestProject.WebApp6.Dtos;
using Nager.Authentication.TestProject.WebApp.Dtos;
using System.Text;

var users = new UserInfoWithPassword[]
Expand Down
2 changes: 1 addition & 1 deletion src/Nager.Authentication.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.Authentication.InMemo
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestProjects", "TestProjects", "{304F534C-DF89-4D51-8698-3FB8E4156FED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.Authentication.TestProject.WebApp6", "Nager.Authentication.TestProject.WebApp6\Nager.Authentication.TestProject.WebApp6.csproj", "{2361CF04-D289-4264-B7A4-ED7B7F003D73}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.Authentication.TestProject.WebApp", "Nager.Authentication.TestProject.WebApp\Nager.Authentication.TestProject.WebApp.csproj", "{2361CF04-D289-4264-B7A4-ED7B7F003D73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.Authentication", "Nager.Authentication\Nager.Authentication.csproj", "{BDEF5CA1-309A-4718-B325-AFE92192ED4B}"
EndProject
Expand Down

0 comments on commit 46072b9

Please sign in to comment.