From 1df97ceced8d1710b636f2f34b4d81296684c454 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Thu, 21 Sep 2023 10:41:44 +0300 Subject: [PATCH] Ensure same value for TargetFrameworks in projects based on name --- src/Directory.Build.props | 8 ++++++++ .../Tingle.AspNetCore.DataProtection.MongoDB.csproj | 1 - .../Tingle.AspNetCore.JsonPatch.NewtonsoftJson.csproj | 1 + .../Tingle.Extensions.Caching.MongoDB.csproj | 1 - .../Tingle.Extensions.DataAnnotations.csproj | 1 - .../Tingle.Extensions.Http.Authentication.csproj | 1 - .../Tingle.Extensions.JsonPatch.csproj | 1 - .../Tingle.Extensions.PhoneValidators.csproj | 1 - .../Tingle.Extensions.Processing.csproj | 1 - .../Tingle.Extensions.Serilog.csproj | 1 - 10 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index cfa0dd9..47fa00c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -28,6 +28,14 @@ $(GITVERSION_NUGETVERSION) + + net6.0;net7.0 + + + + netstandard2.1;net7.0 + + diff --git a/src/Tingle.AspNetCore.DataProtection.MongoDB/Tingle.AspNetCore.DataProtection.MongoDB.csproj b/src/Tingle.AspNetCore.DataProtection.MongoDB/Tingle.AspNetCore.DataProtection.MongoDB.csproj index 402c5b1..df7198d 100644 --- a/src/Tingle.AspNetCore.DataProtection.MongoDB/Tingle.AspNetCore.DataProtection.MongoDB.csproj +++ b/src/Tingle.AspNetCore.DataProtection.MongoDB/Tingle.AspNetCore.DataProtection.MongoDB.csproj @@ -1,7 +1,6 @@ - net6.0;net7.0 Support for storing data proection keys using MongoDB in AspNetCore diff --git a/src/Tingle.AspNetCore.JsonPatch.NewtonsoftJson/Tingle.AspNetCore.JsonPatch.NewtonsoftJson.csproj b/src/Tingle.AspNetCore.JsonPatch.NewtonsoftJson/Tingle.AspNetCore.JsonPatch.NewtonsoftJson.csproj index c97747c..6e564bf 100644 --- a/src/Tingle.AspNetCore.JsonPatch.NewtonsoftJson/Tingle.AspNetCore.JsonPatch.NewtonsoftJson.csproj +++ b/src/Tingle.AspNetCore.JsonPatch.NewtonsoftJson/Tingle.AspNetCore.JsonPatch.NewtonsoftJson.csproj @@ -1,6 +1,7 @@ + net7.0 Extensions to ensure immutable types aren't modified or removed during JSON PATCH operations diff --git a/src/Tingle.Extensions.Caching.MongoDB/Tingle.Extensions.Caching.MongoDB.csproj b/src/Tingle.Extensions.Caching.MongoDB/Tingle.Extensions.Caching.MongoDB.csproj index db242e3..7bdbded 100644 --- a/src/Tingle.Extensions.Caching.MongoDB/Tingle.Extensions.Caching.MongoDB.csproj +++ b/src/Tingle.Extensions.Caching.MongoDB/Tingle.Extensions.Caching.MongoDB.csproj @@ -1,7 +1,6 @@ - netstandard2.1;net7.0 Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using MongoDB. For more information, refer to https://www.mongodb.com/. diff --git a/src/Tingle.Extensions.DataAnnotations/Tingle.Extensions.DataAnnotations.csproj b/src/Tingle.Extensions.DataAnnotations/Tingle.Extensions.DataAnnotations.csproj index cc82acf..3db2c7b 100644 --- a/src/Tingle.Extensions.DataAnnotations/Tingle.Extensions.DataAnnotations.csproj +++ b/src/Tingle.Extensions.DataAnnotations/Tingle.Extensions.DataAnnotations.csproj @@ -1,7 +1,6 @@ - netstandard2.1;net7.0 Extra validation attributes for application specific scenarios such as dates in the past/future, ratings, prefixes, swift code, and timezones. $(NoWarn);CA1813 diff --git a/src/Tingle.Extensions.Http.Authentication/Tingle.Extensions.Http.Authentication.csproj b/src/Tingle.Extensions.Http.Authentication/Tingle.Extensions.Http.Authentication.csproj index b770cbb..f19787d 100644 --- a/src/Tingle.Extensions.Http.Authentication/Tingle.Extensions.Http.Authentication.csproj +++ b/src/Tingle.Extensions.Http.Authentication/Tingle.Extensions.Http.Authentication.csproj @@ -1,7 +1,6 @@  - netstandard2.1;net7.0 Authentication handlers for use with HttpClient and Microsoft.Extensions.Http such as Shared Key, API Key and OAuth diff --git a/src/Tingle.Extensions.JsonPatch/Tingle.Extensions.JsonPatch.csproj b/src/Tingle.Extensions.JsonPatch/Tingle.Extensions.JsonPatch.csproj index cfcd569..db8713b 100644 --- a/src/Tingle.Extensions.JsonPatch/Tingle.Extensions.JsonPatch.csproj +++ b/src/Tingle.Extensions.JsonPatch/Tingle.Extensions.JsonPatch.csproj @@ -1,7 +1,6 @@  - netstandard2.1;net7.0 JSON Patch (RFC 6902) support for .NET to easily generate JSON Patch documents. JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a diff --git a/src/Tingle.Extensions.PhoneValidators/Tingle.Extensions.PhoneValidators.csproj b/src/Tingle.Extensions.PhoneValidators/Tingle.Extensions.PhoneValidators.csproj index fa7f714..7db7cb4 100644 --- a/src/Tingle.Extensions.PhoneValidators/Tingle.Extensions.PhoneValidators.csproj +++ b/src/Tingle.Extensions.PhoneValidators/Tingle.Extensions.PhoneValidators.csproj @@ -1,7 +1,6 @@  - netstandard2.1;net7.0 Validation handlers for phone numbers either via attributes or resolvable services with support for specific MNOs (Mobile Network Providers). diff --git a/src/Tingle.Extensions.Processing/Tingle.Extensions.Processing.csproj b/src/Tingle.Extensions.Processing/Tingle.Extensions.Processing.csproj index 95c0aac..969f84e 100644 --- a/src/Tingle.Extensions.Processing/Tingle.Extensions.Processing.csproj +++ b/src/Tingle.Extensions.Processing/Tingle.Extensions.Processing.csproj @@ -1,7 +1,6 @@  - netstandard2.1;net7.0 Helpers for making processing of bulk in-memory tasks e.g. in a background thread/task diff --git a/src/Tingle.Extensions.Serilog/Tingle.Extensions.Serilog.csproj b/src/Tingle.Extensions.Serilog/Tingle.Extensions.Serilog.csproj index 1e46879..d6feeec 100644 --- a/src/Tingle.Extensions.Serilog/Tingle.Extensions.Serilog.csproj +++ b/src/Tingle.Extensions.Serilog/Tingle.Extensions.Serilog.csproj @@ -1,7 +1,6 @@  - netstandard2.1;net7.0 Extensions for working with Serilog. Including easier registration when working with different host setups, and general basics.