From aaabff51f06cdca9f164904abd3a40b33264ec9a Mon Sep 17 00:00:00 2001 From: Giorgi Svanadze Date: Wed, 8 Apr 2026 11:18:51 +0400 Subject: [PATCH 1/2] change library versions --- .../TBC.OpenAPI.SDK.ExampleClient.csproj | 87 ++++++++++++------- .../TBC.OpenAPI.SDK.Core.csproj | 42 ++++----- 2 files changed, 74 insertions(+), 55 deletions(-) diff --git a/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj b/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj index 69959e8..b70feb1 100644 --- a/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj +++ b/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj @@ -1,30 +1,30 @@  - - netstandard2.0;net8.0 - latest - enable - enable - TBC.OpenAPI.SDK.ExampleClient - TBC.OpenAPI.SDK.ExampleClient - TBC.OpenAPI.SDK.ExampleClient - TBC Bank - OpenAPI;SDK;TBC - TBC Bank - false - MIT - icon.png - https://developers.tbcbank.ge - https://github.com/TBCBank/TBC.OpenAPI.SDK.Core - git - master - true - true - true - embedded - true - latest-all - + + netstandard2.0;net8.0;net10.0 + latest + enable + enable + TBC.OpenAPI.SDK.ExampleClient + TBC.OpenAPI.SDK.ExampleClient + TBC.OpenAPI.SDK.ExampleClient + TBC Bank + OpenAPI;SDK;TBC + TBC Bank + false + MIT + icon.png + https://developers.tbcbank.ge + https://github.com/TBCBank/TBC.OpenAPI.SDK.Core + git + master + true + true + true + embedded + true + latest-all + true @@ -33,28 +33,51 @@ NU1605 - - - - - + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + true true - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj b/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj index 36d5ff2..7225fa9 100644 --- a/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj +++ b/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj @@ -1,6 +1,6 @@  - netstandard2.0;net8.0 + netstandard2.0;net8.0;net10.0 latest enable enable @@ -33,22 +33,6 @@ NU1605 - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - @@ -59,14 +43,22 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -75,7 +67,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -87,7 +83,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 07881aeac5e0b9d856c4d85ac7eb919608be5dec Mon Sep 17 00:00:00 2001 From: Giorgi Svnanadze Date: Wed, 8 Apr 2026 14:21:48 +0400 Subject: [PATCH 2/2] Clean up TBC.OpenAPI.SDK.ExampleClient.csproj Removed an empty ItemGroup from the project file. --- .../TBC.OpenAPI.SDK.ExampleClient.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj b/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj index b70feb1..ef296b9 100644 --- a/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj +++ b/examples/TBC.OpenAPI.SDK.ExampleClient/TBC.OpenAPI.SDK.ExampleClient.csproj @@ -68,8 +68,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - true