From 28ca28fc61ee8c8f19eb09953bfbc2455342fea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fulcan=20TURAN?= Date: Sat, 22 Jun 2024 14:59:58 +0200 Subject: [PATCH] v1.0.7 - netcoreapp3.1 supports and ItemGroup condition adjusted --- .../Ogu.AspNetCore.Response.Json.csproj | 56 +++++++++--------- .../Ogu.AspNetCore.Response.csproj | 58 ++++++++++--------- 2 files changed, 59 insertions(+), 55 deletions(-) diff --git a/src/Ogu.AspNetCore.Response.Json/Ogu.AspNetCore.Response.Json.csproj b/src/Ogu.AspNetCore.Response.Json/Ogu.AspNetCore.Response.Json.csproj index ce061bf..d73406d 100644 --- a/src/Ogu.AspNetCore.Response.Json/Ogu.AspNetCore.Response.Json.csproj +++ b/src/Ogu.AspNetCore.Response.Json/Ogu.AspNetCore.Response.Json.csproj @@ -1,35 +1,35 @@ - - net462;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0 - Ogu.AspNetCore.Response.Json - Ogu.AspNetCore.Response.Json - Ogu.AspNetCore.Response.Json - 1.0.6 - True - Oğulcan TURAN - Copyright (c) Oğulcan TURAN 2023 - https://github.com/ogulcanturan/Ogu.AspNetCore.Response - https://github.com/ogulcanturan/Ogu.AspNetCore.Response - response;json;aspnetcore;genericresponse - Generic json response for web applications - git - This library provides a generic json response type compatible with IActionResult in Microsoft.AspNetCore.Mvc - ogu-logo.png - Apache-2.0 - README.md - + + net462;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + Ogu.AspNetCore.Response.Json + Ogu.AspNetCore.Response.Json + Ogu.AspNetCore.Response.Json + 1.0.7 + True + Oğulcan TURAN + Copyright (c) Oğulcan TURAN 2023 + https://github.com/ogulcanturan/Ogu.AspNetCore.Response + https://github.com/ogulcanturan/Ogu.AspNetCore.Response + response;json;aspnetcore;genericresponse + Generic json response for web applications + git + This library provides a generic json response type compatible with IActionResult in Microsoft.AspNetCore.Mvc + ogu-logo.png + Apache-2.0 + README.md + - - - + + + - - - + + + - - - + + + diff --git a/src/Ogu.AspNetCore.Response/Ogu.AspNetCore.Response.csproj b/src/Ogu.AspNetCore.Response/Ogu.AspNetCore.Response.csproj index c83c82a..82e753b 100644 --- a/src/Ogu.AspNetCore.Response/Ogu.AspNetCore.Response.csproj +++ b/src/Ogu.AspNetCore.Response/Ogu.AspNetCore.Response.csproj @@ -1,32 +1,36 @@  - - net462;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0 - Ogu.AspNetCore.Response - Ogu.AspNetCore.Response - Ogu.AspNetCore.Response - 1.0.6 - True - Oğulcan TURAN - Copyright (c) Oğulcan TURAN 2023 - https://github.com/ogulcanturan/Ogu.AspNetCore.Response - https://github.com/ogulcanturan/Ogu.AspNetCore.Response - response;aspnetcore;genericresponse - Generic response for web applications - git - This library provides a generic response type compatible with IActionResult in Microsoft.AspNetCore.Mvc - ogu-logo.png - Apache-2.0 - README.md - + + net462;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + Ogu.AspNetCore.Response + Ogu.AspNetCore.Response + Ogu.AspNetCore.Response + 1.0.7 + True + Oğulcan TURAN + Copyright (c) Oğulcan TURAN 2023 + https://github.com/ogulcanturan/Ogu.AspNetCore.Response + https://github.com/ogulcanturan/Ogu.AspNetCore.Response + response;aspnetcore;genericresponse + Generic response for web applications + git + This library provides a generic response type compatible with IActionResult in Microsoft.AspNetCore.Mvc + ogu-logo.png + Apache-2.0 + README.md + - - - + + + - - - - + + + - + + + + + + \ No newline at end of file