From b412cb7864758ebbb0f14430b00aebcd8964f1fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Feb 2022 12:51:56 +0000 Subject: [PATCH] Update dotnet monorepo --- benchmarks/ShardingCoreBenchmark/ShardingCoreBenchmark.csproj | 2 +- .../ShardingCoreBenchmark5x/ShardingCoreBenchmark5x.csproj | 2 +- samples/Sample.BulkConsole/Sample.BulkConsole.csproj | 2 +- samples/Sample.Migrations/Sample.Migrations.csproj | 4 ++-- samples/Sample.SqlServer/Sample.SqlServer.csproj | 4 ++-- .../Sample.SqlServerShardingAll.csproj | 2 +- .../Sample.SqlServerShardingDataSource.csproj | 2 +- .../Sample.SqlServerShardingTable.csproj | 2 +- .../Samples.AutoByDate.SqlServer.csproj | 2 +- src/ShardingCore/ShardingCore - Backup (1).csproj | 4 ++-- src/ShardingCore/ShardingCore - Backup.csproj | 4 ++-- src/ShardingCore/ShardingCore.csproj | 4 ++-- src3x/ShardingCore.3x/ShardingCore.3x.csproj | 4 ++-- src5x/ShardingCore.5x/ShardingCore.5x.csproj | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/benchmarks/ShardingCoreBenchmark/ShardingCoreBenchmark.csproj b/benchmarks/ShardingCoreBenchmark/ShardingCoreBenchmark.csproj index 597aeb0d..87ffc59b 100644 --- a/benchmarks/ShardingCoreBenchmark/ShardingCoreBenchmark.csproj +++ b/benchmarks/ShardingCoreBenchmark/ShardingCoreBenchmark.csproj @@ -11,7 +11,7 @@ - + diff --git a/benchmarks/ShardingCoreBenchmark5x/ShardingCoreBenchmark5x.csproj b/benchmarks/ShardingCoreBenchmark5x/ShardingCoreBenchmark5x.csproj index 8161594d..09093dba 100644 --- a/benchmarks/ShardingCoreBenchmark5x/ShardingCoreBenchmark5x.csproj +++ b/benchmarks/ShardingCoreBenchmark5x/ShardingCoreBenchmark5x.csproj @@ -8,7 +8,7 @@ - + diff --git a/samples/Sample.BulkConsole/Sample.BulkConsole.csproj b/samples/Sample.BulkConsole/Sample.BulkConsole.csproj index 024446db..7bb454dc 100644 --- a/samples/Sample.BulkConsole/Sample.BulkConsole.csproj +++ b/samples/Sample.BulkConsole/Sample.BulkConsole.csproj @@ -6,7 +6,7 @@ - + diff --git a/samples/Sample.Migrations/Sample.Migrations.csproj b/samples/Sample.Migrations/Sample.Migrations.csproj index 9fc2d48e..04f07967 100644 --- a/samples/Sample.Migrations/Sample.Migrations.csproj +++ b/samples/Sample.Migrations/Sample.Migrations.csproj @@ -5,8 +5,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/samples/Sample.SqlServer/Sample.SqlServer.csproj b/samples/Sample.SqlServer/Sample.SqlServer.csproj index 13c01772..7c9905d3 100644 --- a/samples/Sample.SqlServer/Sample.SqlServer.csproj +++ b/samples/Sample.SqlServer/Sample.SqlServer.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/samples/Sample.SqlServerShardingAll/Sample.SqlServerShardingAll.csproj b/samples/Sample.SqlServerShardingAll/Sample.SqlServerShardingAll.csproj index ef3e9d06..3f809ac3 100644 --- a/samples/Sample.SqlServerShardingAll/Sample.SqlServerShardingAll.csproj +++ b/samples/Sample.SqlServerShardingAll/Sample.SqlServerShardingAll.csproj @@ -5,7 +5,7 @@ - + diff --git a/samples/Sample.SqlServerShardingDataSource/Sample.SqlServerShardingDataSource.csproj b/samples/Sample.SqlServerShardingDataSource/Sample.SqlServerShardingDataSource.csproj index 5d120a4a..2a83b6ec 100644 --- a/samples/Sample.SqlServerShardingDataSource/Sample.SqlServerShardingDataSource.csproj +++ b/samples/Sample.SqlServerShardingDataSource/Sample.SqlServerShardingDataSource.csproj @@ -6,7 +6,7 @@ - + diff --git a/samples/Sample.SqlServerShardingTable/Sample.SqlServerShardingTable.csproj b/samples/Sample.SqlServerShardingTable/Sample.SqlServerShardingTable.csproj index ef3e9d06..3f809ac3 100644 --- a/samples/Sample.SqlServerShardingTable/Sample.SqlServerShardingTable.csproj +++ b/samples/Sample.SqlServerShardingTable/Sample.SqlServerShardingTable.csproj @@ -5,7 +5,7 @@ - + diff --git a/samples/Samples.AutoByDate.SqlServer/Samples.AutoByDate.SqlServer.csproj b/samples/Samples.AutoByDate.SqlServer/Samples.AutoByDate.SqlServer.csproj index efad5db9..1c7b0723 100644 --- a/samples/Samples.AutoByDate.SqlServer/Samples.AutoByDate.SqlServer.csproj +++ b/samples/Samples.AutoByDate.SqlServer/Samples.AutoByDate.SqlServer.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/ShardingCore/ShardingCore - Backup (1).csproj b/src/ShardingCore/ShardingCore - Backup (1).csproj index 37d854a3..5dddce66 100644 --- a/src/ShardingCore/ShardingCore - Backup (1).csproj +++ b/src/ShardingCore/ShardingCore - Backup (1).csproj @@ -17,8 +17,8 @@ - - + + diff --git a/src/ShardingCore/ShardingCore - Backup.csproj b/src/ShardingCore/ShardingCore - Backup.csproj index 96a3f276..e2a2b2a2 100644 --- a/src/ShardingCore/ShardingCore - Backup.csproj +++ b/src/ShardingCore/ShardingCore - Backup.csproj @@ -12,7 +12,7 @@ - - + + diff --git a/src/ShardingCore/ShardingCore.csproj b/src/ShardingCore/ShardingCore.csproj index 15e2756f..adae329c 100644 --- a/src/ShardingCore/ShardingCore.csproj +++ b/src/ShardingCore/ShardingCore.csproj @@ -24,7 +24,7 @@ - - + + diff --git a/src3x/ShardingCore.3x/ShardingCore.3x.csproj b/src3x/ShardingCore.3x/ShardingCore.3x.csproj index e3eceef3..1a054657 100644 --- a/src3x/ShardingCore.3x/ShardingCore.3x.csproj +++ b/src3x/ShardingCore.3x/ShardingCore.3x.csproj @@ -41,8 +41,8 @@ - - + + diff --git a/src5x/ShardingCore.5x/ShardingCore.5x.csproj b/src5x/ShardingCore.5x/ShardingCore.5x.csproj index f0398d0b..97fd86ed 100644 --- a/src5x/ShardingCore.5x/ShardingCore.5x.csproj +++ b/src5x/ShardingCore.5x/ShardingCore.5x.csproj @@ -31,8 +31,8 @@ - - + +