Skip to content

Commit

Permalink
"EFCore.NamingConventions" Version="9.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 27, 2024
1 parent 07a7e60 commit 4faac37
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/CleanAspire.Api/CleanAspire.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="9.0.0" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.44" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.45" />
<PackageReference Include="Scrutor" Version="5.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="StrongGrid" Version="0.110.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/CleanAspire.Api/CleanAspire.Api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
}
},
"example": {
"email": "Schuyler_Hudson73@hotmail.com",
"email": "Kraig_Reichel58@hotmail.com",
"password": "P@ssw0rd!"
}
},
Expand Down Expand Up @@ -1102,7 +1102,7 @@
}
},
"example": {
"Email": "Josianne28@gmail.com",
"Email": "Reese46@yahoo.com",
"Password": "P@ssw0rd!",
"Nickname": "exampleNickname",
"Provider": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ClientAppSettings": {
"AppName": "Progressive Web Application",
"Version": "1.0.0",
"ServiceBaseUrl": "https://localhost:7341"
}
}
2 changes: 1 addition & 1 deletion src/CleanAspire.ClientApp/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"ClientAppSettings": {
"AppName": "Progressive Web Application",
"Version": "1.0.0",
"ServiceBaseUrl": "https://localhost:7341"
"ServiceBaseUrl": "https://apiservice.blazorserver.com"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4faac37

Please sign in to comment.