Skip to content

Commit

Permalink
Minor fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sphexator committed Dec 21, 2024
1 parent 6dcc110 commit d6c9915
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Hanekawa.Application/Hanekawa.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="OneOf.SourceGenerator" Version="3.0.271" />
<PackageReference Include="Prometheus.Client.AspNetCore" Version="5.0.0" />
<<<<<<< HEAD
<PackageReference Include="Prometheus.Client.DependencyInjection" Version="1.3.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.2" />
=======
<PackageReference Include="Prometheus.Client.DependencyInjection" Version="1.4.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
>>>>>>> 30494a65 (A lot of things)
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions Hanekawa.Infrastructure/Hanekawa.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<<<<<<< HEAD
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
=======
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.0" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
>>>>>>> 30494a65 (A lot of things)
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.1" />
</ItemGroup>

Expand Down
11 changes: 11 additions & 0 deletions Hanekawa.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Solution>
<Folder Name="/src/">
<Project Path="Hanekawa.Application\Hanekawa.Application.csproj" Type="Classic C#" />
<Project Path="Hanekawa.Bot\Hanekawa.Bot.csproj" Type="Classic C#" />
<Project Path="Hanekawa.Infrastructure\Hanekawa.Infrastructure.csproj" />
<Project Path="Hanekawa\Hanekawa.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="Hanekawa.Test\Hanekawa.Test.csproj" Type="Classic C#" />
</Folder>
</Solution>

0 comments on commit d6c9915

Please sign in to comment.