diff --git a/Directory.Build.props b/Directory.Build.props index 9b6aae9f33..cebb1a1d7d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.33.1 + 7.33.2 12.0 Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko https://martendb.io/logo.png diff --git a/src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj b/src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj index 8c76c28790..a5a7e7b56a 100644 --- a/src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj +++ b/src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj @@ -13,6 +13,6 @@ - + diff --git a/src/CoreTests/CoreTests.csproj b/src/CoreTests/CoreTests.csproj index af02c2ec3a..dd6375f99e 100644 --- a/src/CoreTests/CoreTests.csproj +++ b/src/CoreTests/CoreTests.csproj @@ -21,11 +21,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/DaemonTests/DaemonTests.csproj b/src/DaemonTests/DaemonTests.csproj index a443367e05..c3563b0ac9 100644 --- a/src/DaemonTests/DaemonTests.csproj +++ b/src/DaemonTests/DaemonTests.csproj @@ -10,11 +10,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/DocumentDbTests/DocumentDbTests.csproj b/src/DocumentDbTests/DocumentDbTests.csproj index 57e373dd0b..f332d2a909 100644 --- a/src/DocumentDbTests/DocumentDbTests.csproj +++ b/src/DocumentDbTests/DocumentDbTests.csproj @@ -19,11 +19,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/EventPublisher/EventPublisher.csproj b/src/EventPublisher/EventPublisher.csproj index 3194f9cf30..eb59317c86 100644 --- a/src/EventPublisher/EventPublisher.csproj +++ b/src/EventPublisher/EventPublisher.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/EventSourcingTests/EventSourcingTests.csproj b/src/EventSourcingTests/EventSourcingTests.csproj index cd090ea37d..41fe9fc759 100644 --- a/src/EventSourcingTests/EventSourcingTests.csproj +++ b/src/EventSourcingTests/EventSourcingTests.csproj @@ -18,11 +18,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/LinqTests/LinqTests.csproj b/src/LinqTests/LinqTests.csproj index 4a0c790db4..088ee5055a 100644 --- a/src/LinqTests/LinqTests.csproj +++ b/src/LinqTests/LinqTests.csproj @@ -15,11 +15,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Marten.AspNetCore.Testing/Marten.AspNetCore.Testing.csproj b/src/Marten.AspNetCore.Testing/Marten.AspNetCore.Testing.csproj index a5cc86d417..f059e53c6b 100644 --- a/src/Marten.AspNetCore.Testing/Marten.AspNetCore.Testing.csproj +++ b/src/Marten.AspNetCore.Testing/Marten.AspNetCore.Testing.csproj @@ -9,8 +9,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj b/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj index 74a80ec04b..6760e31579 100644 --- a/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj +++ b/src/Marten.CommandLine.Tests/Marten.CommandLine.Tests.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Marten.CommandLine/Marten.CommandLine.csproj b/src/Marten.CommandLine/Marten.CommandLine.csproj index 9ccfe45106..d697b1effa 100644 --- a/src/Marten.CommandLine/Marten.CommandLine.csproj +++ b/src/Marten.CommandLine/Marten.CommandLine.csproj @@ -33,10 +33,10 @@ - + - - + + diff --git a/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj b/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj index 8ccd655917..4993057315 100644 --- a/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj +++ b/src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj @@ -13,11 +13,11 @@ - + all runtime; build; native; contentfiles; analyzers - + xUnit1013 diff --git a/src/Marten.PLv8.Testing/Marten.PLv8.Testing.csproj b/src/Marten.PLv8.Testing/Marten.PLv8.Testing.csproj index 30fa632e73..cb0dcf9462 100644 --- a/src/Marten.PLv8.Testing/Marten.PLv8.Testing.csproj +++ b/src/Marten.PLv8.Testing/Marten.PLv8.Testing.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Marten.Testing/Marten.Testing.csproj b/src/Marten.Testing/Marten.Testing.csproj index 5396167ecb..b0b8621d18 100644 --- a/src/Marten.Testing/Marten.Testing.csproj +++ b/src/Marten.Testing/Marten.Testing.csproj @@ -25,11 +25,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/Marten/Marten.csproj b/src/Marten/Marten.csproj index f7d8cbec39..a8f6ac0d36 100644 --- a/src/Marten/Marten.csproj +++ b/src/Marten/Marten.csproj @@ -57,9 +57,9 @@ - + - + diff --git a/src/MultiTenancyTests/MultiTenancyTests.csproj b/src/MultiTenancyTests/MultiTenancyTests.csproj index ee45f4e110..7057d263f7 100644 --- a/src/MultiTenancyTests/MultiTenancyTests.csproj +++ b/src/MultiTenancyTests/MultiTenancyTests.csproj @@ -19,8 +19,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/PatchingTests/PatchingTests.csproj b/src/PatchingTests/PatchingTests.csproj index d34b7239fe..45fe26cafe 100644 --- a/src/PatchingTests/PatchingTests.csproj +++ b/src/PatchingTests/PatchingTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/StressTests/StressTests.csproj b/src/StressTests/StressTests.csproj index a0d0862ea0..0bcd00f1ed 100644 --- a/src/StressTests/StressTests.csproj +++ b/src/StressTests/StressTests.csproj @@ -17,11 +17,11 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/ValueTypeTests/ValueTypeTests.csproj b/src/ValueTypeTests/ValueTypeTests.csproj index b240818d6c..6c77ef2cc6 100644 --- a/src/ValueTypeTests/ValueTypeTests.csproj +++ b/src/ValueTypeTests/ValueTypeTests.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/samples/DocSamples/DocSamples.csproj b/src/samples/DocSamples/DocSamples.csproj index 5fb9d32bce..61e7dd3b41 100644 --- a/src/samples/DocSamples/DocSamples.csproj +++ b/src/samples/DocSamples/DocSamples.csproj @@ -11,8 +11,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all