Skip to content

Commit

Permalink
Merge pull request #5 from ptixed/dependabot/nuget/Ptixed.Sql/System.…
Browse files Browse the repository at this point in the history
…Data.SqlClient-4.8.5

Bump System.Data.SqlClient from 4.8.0 to 4.8.5 in /Ptixed.Sql
  • Loading branch information
ptixed authored Jul 4, 2024
2 parents c3cb651 + f77e83f commit 93d662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ptixed.Sql/Ptixed.Sql.csproj
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>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<SignAssembly>False</SignAssembly>
Expand All @@ -14,7 +14,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/ptixed/Ptixed.Sql/master/logo-nuget.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
</ItemGroup>
</Project>

0 comments on commit 93d662b

Please sign in to comment.