Skip to content

Commit

Permalink
Merge pull request #11 from quizer-app/develop
Browse files Browse the repository at this point in the history
Remove example production settings
  • Loading branch information
EloToJaa authored Jan 7, 2024
2 parents 200f515 + c53348e commit 7c8d8fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
8 changes: 5 additions & 3 deletions Quizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1230AD7A
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizer.Api", "src\Quizer.Api\Quizer.Api.csproj", "{FC9B55C1-56EF-453D-A6AC-74C38B011E2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quizer.Contracts", "src\Quizer.Contracts\Quizer.Contracts.csproj", "{9D53B1F1-F781-4CBB-B3B4-A660D00487D9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizer.Contracts", "src\Quizer.Contracts\Quizer.Contracts.csproj", "{9D53B1F1-F781-4CBB-B3B4-A660D00487D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quizer.Application", "src\Quizer.Application\Quizer.Application.csproj", "{38AC9614-809E-419D-A209-023F9C2AFE75}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizer.Application", "src\Quizer.Application\Quizer.Application.csproj", "{38AC9614-809E-419D-A209-023F9C2AFE75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizer.Infrastructure", "src\Quizer.Infrastructure\Quizer.Infrastructure.csproj", "{644F4CCF-BCCE-4AB5-AD20-D1D8E9174A84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quizer.Domain", "src\Quizer.Domain\Quizer.Domain.csproj", "{22E70F95-D56C-4122-8317-F28B3A9F9620}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizer.Domain", "src\Quizer.Domain\Quizer.Domain.csproj", "{22E70F95-D56C-4122-8317-F28B3A9F9620}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{782A4A52-68F2-4C39-811F-5D0862E581B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
13 changes: 0 additions & 13 deletions appsettings.Production.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/Quizer.Application/Quizer.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Diacritics" Version="3.3.18" />
<PackageReference Include="ErrorOr" Version="1.3.0" />
<PackageReference Include="ErrorOr" Version="1.9.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Quizer.Domain/Quizer.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ErrorOr" Version="1.3.0" />
<PackageReference Include="ErrorOr" Version="1.9.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
Expand Down

0 comments on commit 7c8d8fe

Please sign in to comment.