From 15ddbc26495fe062f5991ca478e9a57db928fb5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:49:55 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- .../SmartSql.Sample.AspNetCore.csproj | 2 +- src/SmartSql.DIExtension/SmartSql.DIExtension.csproj | 4 ++-- src/SmartSql.DataConnector/SmartSql.DataConnector.csproj | 2 +- .../SmartSql.Test.Performance.csproj | 4 ++-- src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj | 4 ++-- src/SmartSql.Test/SmartSql.Test.csproj | 2 +- src/SmartSql/SmartSql.csproj | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sample/SmartSql.Sample.AspNetCore/SmartSql.Sample.AspNetCore.csproj b/sample/SmartSql.Sample.AspNetCore/SmartSql.Sample.AspNetCore.csproj index bee45350..ac115142 100644 --- a/sample/SmartSql.Sample.AspNetCore/SmartSql.Sample.AspNetCore.csproj +++ b/sample/SmartSql.Sample.AspNetCore/SmartSql.Sample.AspNetCore.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" /> + <PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.20" /> <PackageReference Include="SkyAPM.Agent.AspNetCore" Version="2.1.0" /> <PackageReference Include="SkyAPM.Diagnostics.SmartSql" Version="2.1.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> diff --git a/src/SmartSql.DIExtension/SmartSql.DIExtension.csproj b/src/SmartSql.DIExtension/SmartSql.DIExtension.csproj index 630cdb9c..1e809011 100644 --- a/src/SmartSql.DIExtension/SmartSql.DIExtension.csproj +++ b/src/SmartSql.DIExtension/SmartSql.DIExtension.csproj @@ -5,8 +5,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" /> - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.2.0" /> + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" /> </ItemGroup> <ItemGroup> diff --git a/src/SmartSql.DataConnector/SmartSql.DataConnector.csproj b/src/SmartSql.DataConnector/SmartSql.DataConnector.csproj index 6b93cc1a..e1cbaaa6 100644 --- a/src/SmartSql.DataConnector/SmartSql.DataConnector.csproj +++ b/src/SmartSql.DataConnector/SmartSql.DataConnector.csproj @@ -18,7 +18,7 @@ <ItemGroup> <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" /> - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.0.0-preview7.19362.4" /> + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.32" /> <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" /> diff --git a/src/SmartSql.Test.Performance/SmartSql.Test.Performance.csproj b/src/SmartSql.Test.Performance/SmartSql.Test.Performance.csproj index ea56e0b4..45005620 100644 --- a/src/SmartSql.Test.Performance/SmartSql.Test.Performance.csproj +++ b/src/SmartSql.Test.Performance/SmartSql.Test.Performance.csproj @@ -7,8 +7,8 @@ <ItemGroup> <PackageReference Include="BenchmarkDotNet" Version="0.13.8" /> <PackageReference Include="Dapper" Version="1.60.6" /> - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.3" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.3" /> + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.3.0" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.3.0" /> <PackageReference Include="System.Data.SqlClient" Version="4.8.5" /> </ItemGroup> diff --git a/src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj b/src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj index ffec5680..854e3e29 100644 --- a/src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj +++ b/src/SmartSql.Test.Unit/SmartSql.Test.Unit.csproj @@ -50,7 +50,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.3" /> + <PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.36" /> <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" /> @@ -59,7 +59,7 @@ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" /> <PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0" /> <PackageReference Include="System.Data.SqlClient" Version="4.8.5" /> - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" /> + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.13.0" /> <PackageReference Include="Jint" Version="2.11.58" /> <PackageReference Include="xunit" Version="2.4.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> diff --git a/src/SmartSql.Test/SmartSql.Test.csproj b/src/SmartSql.Test/SmartSql.Test.csproj index 6473b61b..4b89374e 100644 --- a/src/SmartSql.Test/SmartSql.Test.csproj +++ b/src/SmartSql.Test/SmartSql.Test.csproj @@ -17,7 +17,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" /> + <PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" /> </ItemGroup> <ItemGroup> diff --git a/src/SmartSql/SmartSql.csproj b/src/SmartSql/SmartSql.csproj index 81760fef..01c043be 100644 --- a/src/SmartSql/SmartSql.csproj +++ b/src/SmartSql/SmartSql.csproj @@ -7,8 +7,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" /> - <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.1" /> + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" /> + <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.7.1" /> <PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> </ItemGroup>