|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net6.0</TargetFrameworks> |
5 | 5 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
6 | 6 | <LangVersion>latest</LangVersion> |
7 | 7 | <ProjectGuid>665548a2-15c9-4e5b-b658-24a0020efc3a</ProjectGuid> |
|
19 | 19 | <PackageProjectUrl>https://github.com/qatoolkit/qatoolkit-engine-database-net</PackageProjectUrl> |
20 | 20 | <PackageIcon>qatoolkit-64x64.png</PackageIcon> |
21 | 21 | <RepositoryUrl>https://github.com/qatoolkit/qatoolkit-engine-database-net</RepositoryUrl> |
22 | | - <PackageTags>qatoolkit-engine-database-net;.net;c#;f#;dotnet;netstandard;net5</PackageTags> |
| 22 | + <PackageTags>qatoolkit-engine-database-net;.net;c#;f#;dotnet;netstandard;net6</PackageTags> |
23 | 23 | <Configurations>Debug;Release</Configurations> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
|
34 | 34 | </ItemGroup> |
35 | 35 |
|
36 | 36 | <ItemGroup> |
37 | | - <PackageReference Include="Dapper" Version="2.0.90" /> |
38 | | - <PackageReference Include="MySql.Data" Version="8.0.26" /> |
| 37 | + <PackageReference Include="Dapper" Version="2.0.123" /> |
| 38 | + <PackageReference Include="MySql.Data" Version="8.0.28" /> |
39 | 39 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
40 | | - <PackageReference Include="Npgsql" Version="5.0.7" /> |
41 | | - <PackageReference Include="QAToolKit.Core" Version="0.3.9" /> |
| 40 | + <PackageReference Include="Npgsql" Version="6.0.3" /> |
| 41 | + <PackageReference Include="QAToolKit.Core" Version="0.3.13" /> |
42 | 42 | <PackageReference Include="SqlKata" Version="2.3.7" /> |
43 | | - <PackageReference Include="System.Data.SqlClient" Version="4.8.2" /> |
| 43 | + <PackageReference Include="System.Data.SqlClient" Version="4.8.3" /> |
44 | 44 | </ItemGroup> |
45 | 45 | </Project> |
0 commit comments