From 23a3a6dc3ae0e672f4ce260160bac66705391bed Mon Sep 17 00:00:00 2001 From: Paul Welter Date: Sat, 21 Oct 2023 19:32:34 -0500 Subject: [PATCH] update packages --- .github/workflows/dotnet.yml | 2 +- .../FluentCommand.Generators.Tests.csproj | 6 +++--- .../FluentCommand.Performance.csproj | 3 +-- .../FluentCommand.PostgreSQL.Tests.csproj | 6 +++--- .../FluentCommand.SQLite.Tests.csproj | 6 +++--- .../FluentCommand.SqlServer.Tests.csproj | 6 +++--- test/FluentCommand.Tests/FluentCommand.Tests.csproj | 6 +++--- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f40cb2fe..d8a43878 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,7 +26,7 @@ jobs: services: mssql: - image: mcr.microsoft.com/mssql/server:2019-latest + image: mcr.microsoft.com/mssql/server:2022-latest env: MSSQL_SA_PASSWORD: "!P@ssw0rd" ACCEPT_EULA: "Y" diff --git a/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj b/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj index a49e150d..4cb37d32 100644 --- a/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj +++ b/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj @@ -14,9 +14,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/FluentCommand.Performance/FluentCommand.Performance.csproj b/test/FluentCommand.Performance/FluentCommand.Performance.csproj index a82e8681..1d4b7296 100644 --- a/test/FluentCommand.Performance/FluentCommand.Performance.csproj +++ b/test/FluentCommand.Performance/FluentCommand.Performance.csproj @@ -9,8 +9,7 @@ - - + diff --git a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj index 5f115c13..bd57cf25 100644 --- a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj +++ b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj @@ -21,15 +21,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + all runtime; build; native; contentfiles; analyzers - + diff --git a/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj b/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj index 7bf27898..fde74fac 100644 --- a/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj +++ b/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj @@ -21,15 +21,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + all runtime; build; native; contentfiles; analyzers - + diff --git a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj index 186f8b61..aa6816b6 100644 --- a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj +++ b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj @@ -23,17 +23,17 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + all runtime; build; native; contentfiles; analyzers - + diff --git a/test/FluentCommand.Tests/FluentCommand.Tests.csproj b/test/FluentCommand.Tests/FluentCommand.Tests.csproj index 0f6bee73..0b887a3d 100644 --- a/test/FluentCommand.Tests/FluentCommand.Tests.csproj +++ b/test/FluentCommand.Tests/FluentCommand.Tests.csproj @@ -12,12 +12,12 @@ all - - + + all runtime; build; native; contentfiles; analyzers - +