From c0545f63de08e933430d2c342fbfcd0563047437 Mon Sep 17 00:00:00 2001 From: Rick van Dam Date: Mon, 1 Apr 2024 20:49:21 +0200 Subject: [PATCH] Update all packages --- .idea/.idea.TestExamplesDotnet/.idea/.gitignore | 2 ++ .../AngularAuth.Backend.Sut.csproj | 10 +++++----- .../AngularAuth.Playwright.csproj | 12 ++++++------ .../MsSql/Api.MsSql.Nunit/Api.MsSql.Nunit.csproj | 10 +++++----- .../Api/MsSql/Api.MsSql.Sut/Api.MsSql.Sut.csproj | 8 ++++---- .../MsSql/Api.MsSql.Xunit/Api.MsSql.Xunit.csproj | 14 +++++++------- .../Api.PostgreSql.Nunit.csproj | 10 +++++----- .../Api.PostgreSql.Sut/Api.PostgreSql.Sut.csproj | 8 ++++---- .../Api.PostgreSql.Xunit.csproj | 14 +++++++------- .../ApiJwtAuth.Nunit/ApiJwtAuth.Nunit.csproj | 10 +++++----- .../ApiJwtAuth.Sut/ApiJwtAuth.Sut.csproj | 10 +++++----- ...grations.MsSql.EntityFrameworkCore.Nunit.csproj | 10 +++++----- ...Migrations.MsSql.EntityFrameworkCore.Sut.csproj | 8 ++++---- .../Razor/Razor.Playwright/Razor.Playwright.csproj | 12 ++++++------ Examples/Razor/Razor.Sut/Razor.Sut.csproj | 6 +++--- .../Vue/Vue.Backend.Sut/Vue.Backend.Sut.csproj | 8 ++++---- Examples/Vue/Vue.Playwright/Vue.Playwright.csproj | 12 ++++++------ .../TestExamplesDotnet.EntityFrameworkCore.csproj | 6 +++--- .../TestExamplesDotnet.Mssql.csproj | 4 ++-- .../TestExamplesDotnet.Nunit.csproj | 6 +++--- .../TestExamplesDotnet.PostgreSql.csproj | 6 +++--- TestExamplesDotnet/TestExamplesDotnet.csproj | 2 +- 22 files changed, 95 insertions(+), 93 deletions(-) diff --git a/.idea/.idea.TestExamplesDotnet/.idea/.gitignore b/.idea/.idea.TestExamplesDotnet/.idea/.gitignore index 5853f02..32d71d3 100644 --- a/.idea/.idea.TestExamplesDotnet/.idea/.gitignore +++ b/.idea/.idea.TestExamplesDotnet/.idea/.gitignore @@ -11,3 +11,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/Examples/AngularAuth/AngularAuth.Backend.Sut/AngularAuth.Backend.Sut.csproj b/Examples/AngularAuth/AngularAuth.Backend.Sut/AngularAuth.Backend.Sut.csproj index 9c76f08..cbdcaca 100644 --- a/Examples/AngularAuth/AngularAuth.Backend.Sut/AngularAuth.Backend.Sut.csproj +++ b/Examples/AngularAuth/AngularAuth.Backend.Sut/AngularAuth.Backend.Sut.csproj @@ -7,15 +7,15 @@ - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/AngularAuth/AngularAuth.Playwright/AngularAuth.Playwright.csproj b/Examples/AngularAuth/AngularAuth.Playwright/AngularAuth.Playwright.csproj index e2f74ef..40098c7 100644 --- a/Examples/AngularAuth/AngularAuth.Playwright/AngularAuth.Playwright.csproj +++ b/Examples/AngularAuth/AngularAuth.Playwright/AngularAuth.Playwright.csproj @@ -11,16 +11,16 @@ - - - - + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/Api/MsSql/Api.MsSql.Nunit/Api.MsSql.Nunit.csproj b/Examples/Api/MsSql/Api.MsSql.Nunit/Api.MsSql.Nunit.csproj index 602ba3d..38f0ac6 100644 --- a/Examples/Api/MsSql/Api.MsSql.Nunit/Api.MsSql.Nunit.csproj +++ b/Examples/Api/MsSql/Api.MsSql.Nunit/Api.MsSql.Nunit.csproj @@ -11,15 +11,15 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/Api/MsSql/Api.MsSql.Sut/Api.MsSql.Sut.csproj b/Examples/Api/MsSql/Api.MsSql.Sut/Api.MsSql.Sut.csproj index bfceda6..1d6e27c 100644 --- a/Examples/Api/MsSql/Api.MsSql.Sut/Api.MsSql.Sut.csproj +++ b/Examples/Api/MsSql/Api.MsSql.Sut/Api.MsSql.Sut.csproj @@ -7,14 +7,14 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Api/MsSql/Api.MsSql.Xunit/Api.MsSql.Xunit.csproj b/Examples/Api/MsSql/Api.MsSql.Xunit/Api.MsSql.Xunit.csproj index 258dc06..41a5174 100644 --- a/Examples/Api/MsSql/Api.MsSql.Xunit/Api.MsSql.Xunit.csproj +++ b/Examples/Api/MsSql/Api.MsSql.Xunit/Api.MsSql.Xunit.csproj @@ -11,16 +11,16 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Examples/Api/PostgreSql/Api.PostgreSql.Nunit/Api.PostgreSql.Nunit.csproj b/Examples/Api/PostgreSql/Api.PostgreSql.Nunit/Api.PostgreSql.Nunit.csproj index 7c23ca2..4e759e7 100644 --- a/Examples/Api/PostgreSql/Api.PostgreSql.Nunit/Api.PostgreSql.Nunit.csproj +++ b/Examples/Api/PostgreSql/Api.PostgreSql.Nunit/Api.PostgreSql.Nunit.csproj @@ -11,15 +11,15 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/Api/PostgreSql/Api.PostgreSql.Sut/Api.PostgreSql.Sut.csproj b/Examples/Api/PostgreSql/Api.PostgreSql.Sut/Api.PostgreSql.Sut.csproj index 5b40e7a..eac7183 100644 --- a/Examples/Api/PostgreSql/Api.PostgreSql.Sut/Api.PostgreSql.Sut.csproj +++ b/Examples/Api/PostgreSql/Api.PostgreSql.Sut/Api.PostgreSql.Sut.csproj @@ -7,14 +7,14 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Api/PostgreSql/Api.PostgreSql.Xunit/Api.PostgreSql.Xunit.csproj b/Examples/Api/PostgreSql/Api.PostgreSql.Xunit/Api.PostgreSql.Xunit.csproj index 757ee15..e5a693d 100644 --- a/Examples/Api/PostgreSql/Api.PostgreSql.Xunit/Api.PostgreSql.Xunit.csproj +++ b/Examples/Api/PostgreSql/Api.PostgreSql.Xunit/Api.PostgreSql.Xunit.csproj @@ -11,16 +11,16 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Examples/ApiJwtAuth/ApiJwtAuth.Nunit/ApiJwtAuth.Nunit.csproj b/Examples/ApiJwtAuth/ApiJwtAuth.Nunit/ApiJwtAuth.Nunit.csproj index d35ce43..c0a256f 100644 --- a/Examples/ApiJwtAuth/ApiJwtAuth.Nunit/ApiJwtAuth.Nunit.csproj +++ b/Examples/ApiJwtAuth/ApiJwtAuth.Nunit/ApiJwtAuth.Nunit.csproj @@ -11,15 +11,15 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/ApiJwtAuth/ApiJwtAuth.Sut/ApiJwtAuth.Sut.csproj b/Examples/ApiJwtAuth/ApiJwtAuth.Sut/ApiJwtAuth.Sut.csproj index 83599c4..9c432f1 100644 --- a/Examples/ApiJwtAuth/ApiJwtAuth.Sut/ApiJwtAuth.Sut.csproj +++ b/Examples/ApiJwtAuth/ApiJwtAuth.Sut/ApiJwtAuth.Sut.csproj @@ -7,15 +7,15 @@ - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Nunit/Migrations.MsSql.EntityFrameworkCore.Nunit.csproj b/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Nunit/Migrations.MsSql.EntityFrameworkCore.Nunit.csproj index 04f2918..0d4dea0 100644 --- a/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Nunit/Migrations.MsSql.EntityFrameworkCore.Nunit.csproj +++ b/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Nunit/Migrations.MsSql.EntityFrameworkCore.Nunit.csproj @@ -11,15 +11,15 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Sut/Migrations.MsSql.EntityFrameworkCore.Sut.csproj b/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Sut/Migrations.MsSql.EntityFrameworkCore.Sut.csproj index 6fe30e0..b899cdb 100644 --- a/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Sut/Migrations.MsSql.EntityFrameworkCore.Sut.csproj +++ b/Examples/Migrations.MsSql.EntityFrameworkCore/Migrations.MsSql.EntityFrameworkCore.Sut/Migrations.MsSql.EntityFrameworkCore.Sut.csproj @@ -7,14 +7,14 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Razor/Razor.Playwright/Razor.Playwright.csproj b/Examples/Razor/Razor.Playwright/Razor.Playwright.csproj index 645022f..ca78e77 100644 --- a/Examples/Razor/Razor.Playwright/Razor.Playwright.csproj +++ b/Examples/Razor/Razor.Playwright/Razor.Playwright.csproj @@ -11,16 +11,16 @@ - - - - + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/Razor/Razor.Sut/Razor.Sut.csproj b/Examples/Razor/Razor.Sut/Razor.Sut.csproj index 27b2009..cf8c763 100644 --- a/Examples/Razor/Razor.Sut/Razor.Sut.csproj +++ b/Examples/Razor/Razor.Sut/Razor.Sut.csproj @@ -7,12 +7,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Vue/Vue.Backend.Sut/Vue.Backend.Sut.csproj b/Examples/Vue/Vue.Backend.Sut/Vue.Backend.Sut.csproj index 46a1aa7..1b0d5aa 100644 --- a/Examples/Vue/Vue.Backend.Sut/Vue.Backend.Sut.csproj +++ b/Examples/Vue/Vue.Backend.Sut/Vue.Backend.Sut.csproj @@ -7,14 +7,14 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/Vue/Vue.Playwright/Vue.Playwright.csproj b/Examples/Vue/Vue.Playwright/Vue.Playwright.csproj index 01a4b78..1632d1d 100644 --- a/Examples/Vue/Vue.Playwright/Vue.Playwright.csproj +++ b/Examples/Vue/Vue.Playwright/Vue.Playwright.csproj @@ -11,16 +11,16 @@ - - - - + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/TestExamplesDotnet.EntityFrameworkCore/TestExamplesDotnet.EntityFrameworkCore.csproj b/TestExamplesDotnet.EntityFrameworkCore/TestExamplesDotnet.EntityFrameworkCore.csproj index cd24f14..fb38470 100644 --- a/TestExamplesDotnet.EntityFrameworkCore/TestExamplesDotnet.EntityFrameworkCore.csproj +++ b/TestExamplesDotnet.EntityFrameworkCore/TestExamplesDotnet.EntityFrameworkCore.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/TestExamplesDotnet.Mssql/TestExamplesDotnet.Mssql.csproj b/TestExamplesDotnet.Mssql/TestExamplesDotnet.Mssql.csproj index cda4b73..c155e73 100644 --- a/TestExamplesDotnet.Mssql/TestExamplesDotnet.Mssql.csproj +++ b/TestExamplesDotnet.Mssql/TestExamplesDotnet.Mssql.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/TestExamplesDotnet.Nunit/TestExamplesDotnet.Nunit.csproj b/TestExamplesDotnet.Nunit/TestExamplesDotnet.Nunit.csproj index aea6dd9..299d4fd 100644 --- a/TestExamplesDotnet.Nunit/TestExamplesDotnet.Nunit.csproj +++ b/TestExamplesDotnet.Nunit/TestExamplesDotnet.Nunit.csproj @@ -7,10 +7,10 @@ - + - - + + diff --git a/TestExamplesDotnet.PostgreSql/TestExamplesDotnet.PostgreSql.csproj b/TestExamplesDotnet.PostgreSql/TestExamplesDotnet.PostgreSql.csproj index d2539da..f1b3fe0 100644 --- a/TestExamplesDotnet.PostgreSql/TestExamplesDotnet.PostgreSql.csproj +++ b/TestExamplesDotnet.PostgreSql/TestExamplesDotnet.PostgreSql.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/TestExamplesDotnet/TestExamplesDotnet.csproj b/TestExamplesDotnet/TestExamplesDotnet.csproj index 4a45e81..4057105 100644 --- a/TestExamplesDotnet/TestExamplesDotnet.csproj +++ b/TestExamplesDotnet/TestExamplesDotnet.csproj @@ -9,7 +9,7 @@ - +