File tree Expand file tree Collapse file tree
src/MyJetWallet.Sdk.Postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <PackageReference Include =" Dapper" Version =" 2.1.66" />
9- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.10 " >
9+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.0 " >
1010 </PackageReference >
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.10 " >
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10 .0.0 " >
1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
15- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 9 .0.10 " >
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 10 .0.0 " >
1616 </PackageReference >
1717 <PackageReference Include =" MyJetWallet.EntityFrameworkCore.Upsert" Version =" 8.0.0" />
18- <PackageReference Include =" MyJetWallet.Sdk.Service" Version =" 2.8 .1" />
19- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9 .0.4 " />
20- <PackageReference Include =" Npgsql.Json.NET" Version =" 9 .0.4 " />
18+ <PackageReference Include =" MyJetWallet.Sdk.Service" Version =" 2.9 .1" />
19+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 10 .0.0 " />
20+ <PackageReference Include =" Npgsql.Json.NET" Version =" 10 .0.0 " />
2121 </ItemGroup >
2222
2323</Project >
You can’t perform that action at this time.
0 commit comments