File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net9 .0</TargetFramework >
3+ <TargetFramework >net10 .0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <PackageReference Include =" Dapper" Version =" 2.1.66" />
7- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.1.1 " />
8- <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 160 .1000.6 " />
9- <PackageReference Include =" MySqlConnector" Version =" 2.4 .0" />
10- <PackageReference Include =" Npgsql" Version =" 9 .0.3 " />
11- <PackageReference Include =" Oracle.ManagedDataAccess.Core" Version =" 23.9.1 " />
12- <PackageReference Include =" System.CodeDom" Version =" 9 .0.9 " />
7+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.1.3 " />
8+ <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 170 .1000.7 " />
9+ <PackageReference Include =" MySqlConnector" Version =" 2.5 .0" />
10+ <PackageReference Include =" Npgsql" Version =" 10 .0.1 " />
11+ <PackageReference Include =" Oracle.ManagedDataAccess.Core" Version =" 23.26.0 " />
12+ <PackageReference Include =" System.CodeDom" Version =" 10 .0.1 " />
1313 </ItemGroup >
1414 <ItemGroup >
1515 <None Update =" ldap.ora" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /Solution Items/" >
3+ <File Path =" .gitattributes" />
4+ <File Path =" .gitignore" />
5+ <File Path =" LICENSE" />
6+ <File Path =" README.md" />
7+ </Folder >
8+ <Project Path =" DapperCodeGenerator.Core/DapperCodeGenerator.Core.csproj" />
9+ <Project Path =" DapperCodeGenerator.Web/DapperCodeGenerator.Web.csproj" />
10+ </Solution >
You can’t perform that action at this time.
0 commit comments