From 76ad11701bd7585ce211616e2009c40404f9cca3 Mon Sep 17 00:00:00 2001 From: Yuriy Durov Date: Tue, 5 Sep 2023 13:33:41 +0400 Subject: [PATCH] Fix internals accessibility for tests --- .../BitzArt.ApiExceptions.AspNetCore.csproj | 24 ++++++++----- ...BitzArt.ApiExceptions.OpenTelemetry.csproj | 36 +++++++++++-------- .../BitzArt.ApiExceptions.csproj | 28 +++++++++------ 3 files changed, 53 insertions(+), 35 deletions(-) diff --git a/src/BitzArt.ApiExceptions.AspNetCore/BitzArt.ApiExceptions.AspNetCore.csproj b/src/BitzArt.ApiExceptions.AspNetCore/BitzArt.ApiExceptions.AspNetCore.csproj index c3962d2..d29c775 100644 --- a/src/BitzArt.ApiExceptions.AspNetCore/BitzArt.ApiExceptions.AspNetCore.csproj +++ b/src/BitzArt.ApiExceptions.AspNetCore/BitzArt.ApiExceptions.AspNetCore.csproj @@ -15,16 +15,22 @@ enable - - - + + + - - - + + + - - - + + + + + + + <_Parameter1>BitzArt.ApiExceptions.AspNetCore.Tests + + diff --git a/src/BitzArt.ApiExceptions.OpenTelemetry/BitzArt.ApiExceptions.OpenTelemetry.csproj b/src/BitzArt.ApiExceptions.OpenTelemetry/BitzArt.ApiExceptions.OpenTelemetry.csproj index 8ef7a18..905742a 100644 --- a/src/BitzArt.ApiExceptions.OpenTelemetry/BitzArt.ApiExceptions.OpenTelemetry.csproj +++ b/src/BitzArt.ApiExceptions.OpenTelemetry/BitzArt.ApiExceptions.OpenTelemetry.csproj @@ -1,22 +1,28 @@ - - net6.0;net7.0 - BitzArt.ApiExceptions.OpenTelemetry - BitzArt.ApiExceptions.OpenTelemetry - enable + + net6.0;net7.0 + BitzArt.ApiExceptions.OpenTelemetry + BitzArt.ApiExceptions.OpenTelemetry + enable - BitzArt.ApiExceptions.OpenTelemetry - BitzArt - MIT - git - https://github.com/BitzArt/ApiExceptions + BitzArt.ApiExceptions.OpenTelemetry + BitzArt + MIT + git + https://github.com/BitzArt/ApiExceptions - enable - + enable + - - - + + + + + + + <_Parameter1>BitzArt.ApiExceptions.OpenTelemetry.Tests + + diff --git a/src/BitzArt.ApiExceptions/BitzArt.ApiExceptions.csproj b/src/BitzArt.ApiExceptions/BitzArt.ApiExceptions.csproj index 4b36a08..02ec396 100644 --- a/src/BitzArt.ApiExceptions/BitzArt.ApiExceptions.csproj +++ b/src/BitzArt.ApiExceptions/BitzArt.ApiExceptions.csproj @@ -1,16 +1,22 @@  - - net6.0;net7.0 - enable - BitzArt.ApiExceptions - enable + + net6.0;net7.0 + enable + BitzArt.ApiExceptions + enable - BitzArt.ApiExceptions - BitzArt - MIT - git - https://github.com/BitzArt/ApiExceptions - + BitzArt.ApiExceptions + BitzArt + MIT + git + https://github.com/BitzArt/ApiExceptions + + + + + <_Parameter1>BitzArt.ApiExceptions.Tests + +