Skip to content

Commit

Permalink
Merge pull request #5 from ormico/feature/upgrade-to-dotnet8
Browse files Browse the repository at this point in the history
Feature/upgrade to dotnet8
  • Loading branch information
ormico authored Nov 27, 2023
2 parents b983666 + 22aa192 commit 5db6342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down Expand Up @@ -34,9 +34,10 @@
<EmbeddedResource Include="SqlScripts\temp.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="1.60.6" />
<PackageReference Include="Ormico.DbPatchManager.Common" Version="1.0.0" />
<PackageReference Include="Ormico.SqlGoSplitter" Version="1.0.0" />
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Ormico.DbPatchManager.Common" Version="2.2.0" />
<PackageReference Include="Ormico.SqlGoSplitter" Version="1.0.0.79" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Dapper;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using Microsoft.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
Expand Down

0 comments on commit 5db6342

Please sign in to comment.