Skip to content

Commit a7136a2

Browse files
committed
Update to Npgsql 8.0.0-preview.3
1 parent 125e38a commit a7136a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TodosApi/TodosApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-preview.*" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0-preview.*" />
22-
<PackageReference Include="Npgsql" Version="8.0.0-preview.2" />
22+
<PackageReference Include="Npgsql" Version="8.0.0-preview.3" />
2323
<Content Update="appSettings.Development.json" CopyToPublishDirectory="false" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)