Skip to content

Commit

Permalink
downgrade ms packages
Browse files Browse the repository at this point in the history
  • Loading branch information
krbrs authored and da3dsoul committed Nov 27, 2024
1 parent 211c0a0 commit 04281b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shoko.Server/Shoko.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="MimeMapping" Version="3.0.1" />
<PackageReference Include="Mono.Posix.NETStandard" Version="5.20.1-preview" />
<PackageReference Include="MySqlBackup.NET.MySqlConnector" Version="2.3.8" />
Expand Down

0 comments on commit 04281b0

Please sign in to comment.