Skip to content

Commit

Permalink
Merge pull request #1723 from tgstation/MySQLV8
Browse files Browse the repository at this point in the history
.NET 8 Nuget package updates
  • Loading branch information
Cyberboss authored Nov 19, 2023
2 parents 4c62900 + 5746bd9 commit 8802e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions NuGet.config

This file was deleted.

8 changes: 4 additions & 4 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
<!-- Usage: GitHub.com interop -->
<PackageReference Include="Octokit" Version="9.0.0" />
<!-- Usage: MYSQL/MariaDB ORM plugin -->
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2.ci.20231014172607" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
<!-- Usage: Discord interop -->
<PackageReference Include="Remora.Discord" Version="2023.4.0" />
<PackageReference Include="Remora.Discord" Version="2023.5.0" />
<!-- Usage: Rich logger builder -->
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<!-- Usage: Async logging plugin -->
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<!-- Usage: Console logging plugin -->
Expand All @@ -125,7 +125,7 @@
<!-- Usage: Temporary resolution to compatibility issues with EFCore 7 and .NET 8 -->
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<!-- Usage: .DeleteAsync() support for IQueryable<T>s -->
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.0.0-rc.2.23480.1-02" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.101.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8802e5c

Please sign in to comment.