Skip to content

Commit

Permalink
Fix when requesting remote access: "Unhandled expression type: 'Defau…
Browse files Browse the repository at this point in the history
…lt'" (#2531)
  • Loading branch information
neophyte57 authored Jun 17, 2024
1 parent 175a11a commit dd20f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-dotnet-webapi/prime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="FluentValidation.AspNetCore" Version="10.2.3" />
<PackageReference Include="Flurl" Version="3.0.4" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="5.0.24" />
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.5" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
Expand Down

0 comments on commit dd20f4f

Please sign in to comment.