Skip to content

Commit

Permalink
chore: upgrade targets to supported ones
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilp committed Nov 12, 2021
1 parent 6c00879 commit 4646dad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion QueryBuilder/QueryBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>A powerful Dynamic Sql Query Builder supporting Sql Server, MySql, PostgreSql, Oracle and Firebird</Description>
<Authors>Ahmad Moussawi</Authors>
<Copyright>Copyright (c) 2017 Ahmad Moussawi</Copyright>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<RootNamespace>SqlKata</RootNamespace>
<AssemblyName>SqlKata</AssemblyName>

Expand Down
4 changes: 2 additions & 2 deletions SqlKata.Execution/SqlKata.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Adds the execution capabilities for SqlKata</Description>
<Authors>Ahmad Moussawi</Authors>
<Copyright>Copyright (c) 2017 Ahmad Moussawi</Copyright>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<RootNamespace>SqlKata</RootNamespace>

<!-- NuGet settings -->
Expand All @@ -27,7 +27,7 @@
<ProjectReference Include="..\QueryBuilder\QueryBuilder.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dapper" Version="1.50.5" />
<PackageReference Include="dapper" Version="2.0.123" />
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
</ItemGroup>
</Project>

0 comments on commit 4646dad

Please sign in to comment.