Skip to content

Commit

Permalink
Update dependencies (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Oct 11, 2023
1 parent af36b67 commit df9c173
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/YesSql.Core/YesSql.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper.StrongName" Version="2.0.123" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Dapper.StrongName" Version="2.0.151" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/YesSql.Provider.MySql/YesSql.Provider.MySql.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="MySqlConnector" Version="2.2.1" />
<PackageReference Include="MySqlConnector" Version="2.2.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YesSql.Core\YesSql.Core.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<ProjectReference Include="..\YesSql.Core\YesSql.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="7.0.0" />
<PackageReference Include="Npgsql" Version="7.0.6" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<ProjectReference Include="..\YesSql.Core\YesSql.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/YesSql.Provider.Sqlite/YesSql.Provider.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<ProjectReference Include="..\YesSql.Core\YesSql.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.12" />
</ItemGroup>
</Project>

0 comments on commit df9c173

Please sign in to comment.