From e7cc632d2b1a895bac411731b444723d82c58614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:53:33 +0000 Subject: [PATCH] Update nuget minor --- .config/dotnet-tools.json | 6 +-- bitwarden_license/src/Sso/Sso.csproj | 4 +- global.json | 2 +- perf/MicroBenchmarks/MicroBenchmarks.csproj | 2 +- src/Admin/Admin.csproj | 2 +- src/Api/Api.csproj | 2 +- src/Core/Core.csproj | 40 +++++++++---------- src/Icons/Icons.csproj | 2 +- .../Infrastructure.Dapper.csproj | 2 +- .../Infrastructure.EntityFramework.csproj | 10 ++--- src/Notifications/Notifications.csproj | 4 +- util/Migrator/Migrator.csproj | 2 +- util/MySqlMigrations/MySqlMigrations.csproj | 2 +- .../PostgresMigrations.csproj | 2 +- util/Setup/Setup.csproj | 2 +- .../SqlServerEFScaffold.csproj | 2 +- util/SqliteMigrations/SqliteMigrations.csproj | 2 +- 17 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1c1d73938de0..c61ddb193453 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,19 +9,19 @@ ] }, "coverlet.console": { - "version": "3.1.2", + "version": "3.2.0", "commands": [ "coverlet" ] }, "dotnet-reportgenerator-globaltool": { - "version": "5.1.6", + "version": "5.1.26", "commands": [ "reportgenerator" ] }, "dotnet-ef": { - "version": "7.0.8", + "version": "7.0.13", "commands": [ "dotnet-ef" ] diff --git a/bitwarden_license/src/Sso/Sso.csproj b/bitwarden_license/src/Sso/Sso.csproj index 7d93b89363d8..c39cf214b508 100644 --- a/bitwarden_license/src/Sso/Sso.csproj +++ b/bitwarden_license/src/Sso/Sso.csproj @@ -8,9 +8,9 @@ - + - + diff --git a/global.json b/global.json index 13a0d55fff34..ecf4bd06ee12 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.415", + "version": "6.0.416", "rollForward": "latestFeature" } } diff --git a/perf/MicroBenchmarks/MicroBenchmarks.csproj b/perf/MicroBenchmarks/MicroBenchmarks.csproj index b29687af4692..f33beb4551c3 100644 --- a/perf/MicroBenchmarks/MicroBenchmarks.csproj +++ b/perf/MicroBenchmarks/MicroBenchmarks.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Admin/Admin.csproj b/src/Admin/Admin.csproj index 5557884b1d6e..33859850fb42 100644 --- a/src/Admin/Admin.csproj +++ b/src/Admin/Admin.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index c659ec52d627..54106d10c49e 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -39,7 +39,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index dff657d7e816..8356151c7092 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -21,42 +21,42 @@ - - + + - - - + + + - + - - + + - + - - - + + + - + - + - + - - - + + + - - + + diff --git a/src/Icons/Icons.csproj b/src/Icons/Icons.csproj index ce698eb7299d..caf9a19c87d3 100644 --- a/src/Icons/Icons.csproj +++ b/src/Icons/Icons.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Infrastructure.Dapper/Infrastructure.Dapper.csproj b/src/Infrastructure.Dapper/Infrastructure.Dapper.csproj index 002f98b4754c..47ee96b1e62f 100644 --- a/src/Infrastructure.Dapper/Infrastructure.Dapper.csproj +++ b/src/Infrastructure.Dapper/Infrastructure.Dapper.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj b/src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj index 8a51fe9e3741..dbe10ef93e26 100644 --- a/src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj +++ b/src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index 30391c0af1ed..52a36a41a428 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/util/Migrator/Migrator.csproj b/util/Migrator/Migrator.csproj index 017e339acbaa..28171d71f7ee 100644 --- a/util/Migrator/Migrator.csproj +++ b/util/Migrator/Migrator.csproj @@ -6,7 +6,7 @@ - + diff --git a/util/MySqlMigrations/MySqlMigrations.csproj b/util/MySqlMigrations/MySqlMigrations.csproj index 7007f75c2978..b56dee657ca6 100644 --- a/util/MySqlMigrations/MySqlMigrations.csproj +++ b/util/MySqlMigrations/MySqlMigrations.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/util/PostgresMigrations/PostgresMigrations.csproj b/util/PostgresMigrations/PostgresMigrations.csproj index 8d3bed893c0f..1e9c2c46005a 100644 --- a/util/PostgresMigrations/PostgresMigrations.csproj +++ b/util/PostgresMigrations/PostgresMigrations.csproj @@ -6,7 +6,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/util/Setup/Setup.csproj b/util/Setup/Setup.csproj index 5c1902d7cd17..f558b703c08a 100644 --- a/util/Setup/Setup.csproj +++ b/util/Setup/Setup.csproj @@ -10,7 +10,7 @@ - + diff --git a/util/SqlServerEFScaffold/SqlServerEFScaffold.csproj b/util/SqlServerEFScaffold/SqlServerEFScaffold.csproj index 4ec8273626e9..3155a95b437e 100644 --- a/util/SqlServerEFScaffold/SqlServerEFScaffold.csproj +++ b/util/SqlServerEFScaffold/SqlServerEFScaffold.csproj @@ -1,6 +1,6 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/util/SqliteMigrations/SqliteMigrations.csproj b/util/SqliteMigrations/SqliteMigrations.csproj index 54a1dfecf56a..6334a1a45b67 100644 --- a/util/SqliteMigrations/SqliteMigrations.csproj +++ b/util/SqliteMigrations/SqliteMigrations.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all