Skip to content

Commit

Permalink
[Server] Use the FreeSql.Provider.SqliteCore so it runs on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 13, 2024
1 parent 92dadcf commit 15ca1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastIt.Server/CastIt.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="FluentMigrator" Version="5.0.0" />
<PackageReference Include="FluentMigrator.Runner" Version="5.0.0" />
<PackageReference Include="FreeSql.Provider.Sqlite" Version="3.2.812" />
<PackageReference Include="FreeSql.Provider.SqliteCore" Version="3.2.812" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
Expand Down

0 comments on commit 15ca1fc

Please sign in to comment.