File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/SharedKernel.Postgres
test/SharedKernel.Postgres.Demo Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <None Include =" ..\..\pandatech.png" Pack =" true" PackagePath =" \" />
22
- <None Include =" ..\..\Readme.md" Pack =" true" PackagePath =" \" />
21
+ <None Include =" ..\..\pandatech.png" Pack =" true" PackagePath =" \" />
22
+ <None Include =" ..\..\Readme.md" Pack =" true" PackagePath =" \" />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
31
31
<PackageReference Include =" EFCore.BulkExtensions.PostgreSql" Version =" 9.0.1" />
32
32
<PackageReference Include =" EFCore.NamingConventions" Version =" 9.0.0" />
33
33
<PackageReference Include =" EntityFrameworkCore.Exceptions.PostgreSQL" Version =" 8.1.3" />
34
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.5 " />
34
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.8 " />
35
35
<PackageReference Include =" Pandatech.EFCore.Audit" Version =" 1.2.4" />
36
36
<PackageReference Include =" Pandatech.EFCore.AuditBase" Version =" 3.0.9" />
37
37
<PackageReference Include =" Pandatech.EFCore.PostgresExtensions" Version =" 5.1.2" />
38
38
<PackageReference Include =" PandaTech.FluentImporter" Version =" 3.0.4" />
39
- <PackageReference Include =" Pandatech.GridifyExtensions" Version =" 2.0.8 " />
39
+ <PackageReference Include =" Pandatech.GridifyExtensions" Version =" 2.0.13 " />
40
40
</ItemGroup >
41
41
42
42
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.5 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.8 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments