From c75f893da871d28086ef2e58dc440805512a90c7 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Thu, 17 Nov 2022 15:22:16 +0100 Subject: [PATCH] Dropped support for .NET Standard --- Examples/ExampleLib/ExampleLib.csproj | 2 +- .../Messaging.TapetiExample/Messaging.TapetiExample.csproj | 2 +- Tapeti.Autofac/Tapeti.Autofac.csproj | 3 ++- Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj | 3 ++- Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj | 3 ++- Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj | 3 ++- Tapeti.Flow/Tapeti.Flow.csproj | 3 ++- Tapeti.Ninject/Tapeti.Ninject.csproj | 3 ++- Tapeti.Serilog/Tapeti.Serilog.csproj | 3 ++- Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj | 4 ++-- Tapeti.Transient/Tapeti.Transient.csproj | 3 ++- Tapeti.UnityContainer/Tapeti.UnityContainer.csproj | 3 ++- Tapeti/Tapeti.csproj | 6 +++--- 13 files changed, 25 insertions(+), 16 deletions(-) diff --git a/Examples/ExampleLib/ExampleLib.csproj b/Examples/ExampleLib/ExampleLib.csproj index 9ea36d9..1f4adc0 100644 --- a/Examples/ExampleLib/ExampleLib.csproj +++ b/Examples/ExampleLib/ExampleLib.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0 true diff --git a/Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj b/Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj index 9312cad..13e2b2e 100644 --- a/Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj +++ b/Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + netstandard2.0 diff --git a/Tapeti.Autofac/Tapeti.Autofac.csproj b/Tapeti.Autofac/Tapeti.Autofac.csproj index 607a479..15e731d 100644 --- a/Tapeti.Autofac/Tapeti.Autofac.csproj +++ b/Tapeti.Autofac/Tapeti.Autofac.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.SimpleInjector.png 2.0.0 + 9 diff --git a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj b/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj index 4b966a9..edde611 100644 --- a/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj +++ b/Tapeti.CastleWindsor/Tapeti.CastleWindsor.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.SimpleInjector.png 2.0.0 + 9 diff --git a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj index c112535..18d230f 100644 --- a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj +++ b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.DataAnnotations.png 2.0.0 + 9 diff --git a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj index deaa8ce..bf6d7a9 100644 --- a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj +++ b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.Flow.SQL.png 2.0.0 + 9 diff --git a/Tapeti.Flow/Tapeti.Flow.csproj b/Tapeti.Flow/Tapeti.Flow.csproj index c59e707..fff1fbd 100644 --- a/Tapeti.Flow/Tapeti.Flow.csproj +++ b/Tapeti.Flow/Tapeti.Flow.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Menno van Lavieren, Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.Flow.png 2.0.0 + 9 diff --git a/Tapeti.Ninject/Tapeti.Ninject.csproj b/Tapeti.Ninject/Tapeti.Ninject.csproj index 6211224..c4e8a9d 100644 --- a/Tapeti.Ninject/Tapeti.Ninject.csproj +++ b/Tapeti.Ninject/Tapeti.Ninject.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.SimpleInjector.png 2.0.0 + 9 diff --git a/Tapeti.Serilog/Tapeti.Serilog.csproj b/Tapeti.Serilog/Tapeti.Serilog.csproj index d93a344..c68d5cf 100644 --- a/Tapeti.Serilog/Tapeti.Serilog.csproj +++ b/Tapeti.Serilog/Tapeti.Serilog.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Hans Mulder, Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.Serilog.png 2.0.0 + 9 diff --git a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj index 3c7c91d..734951f 100644 --- a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj +++ b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,7 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.SimpleInjector.png 2.0.0 - 2.0.0 + 9 diff --git a/Tapeti.Transient/Tapeti.Transient.csproj b/Tapeti.Transient/Tapeti.Transient.csproj index e47922b..fd27cc4 100644 --- a/Tapeti.Transient/Tapeti.Transient.csproj +++ b/Tapeti.Transient/Tapeti.Transient.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Menno van Lavieren, Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.Flow.png 2.0.0 + 9 diff --git a/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj b/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj index 629b0e4..bc84ae9 100644 --- a/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj +++ b/Tapeti.UnityContainer/Tapeti.UnityContainer.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + net6.0;net7.0 true Mark van Renswoude @@ -11,6 +11,7 @@ https://github.com/MvRens/Tapeti Tapeti.SimpleInjector.png 2.0.0 + 9 diff --git a/Tapeti/Tapeti.csproj b/Tapeti/Tapeti.csproj index 8d9d274..8d7cdb7 100644 --- a/Tapeti/Tapeti.csproj +++ b/Tapeti/Tapeti.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0;netstandard2.1 + net6.0;net7.0 true 2.0.0 Mark van Renswoude @@ -11,7 +11,7 @@ Unlicense https://github.com/MvRens/Tapeti Tapeti.png - 8 + 9