From 2237e05e17797240d54a7594833b5bfd5d6fcb8f Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Wed, 9 Aug 2023 00:18:09 +0300 Subject: [PATCH] Set InternalsVisibleTo for all projects --- Directory.Build.props | 4 ++++ src/HealthChecks.Network/HealthChecks.Network.csproj | 1 - .../HealthChecks.Publisher.ApplicationInsights.csproj | 4 ---- src/HealthChecks.UI/HealthChecks.UI.csproj | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index c841413a58..b54f9c7b68 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,6 +36,10 @@ + + + + diff --git a/src/HealthChecks.Network/HealthChecks.Network.csproj b/src/HealthChecks.Network/HealthChecks.Network.csproj index fae66f0d59..bf24dbd0a9 100644 --- a/src/HealthChecks.Network/HealthChecks.Network.csproj +++ b/src/HealthChecks.Network/HealthChecks.Network.csproj @@ -12,7 +12,6 @@ - diff --git a/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj b/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj index fb4810dc49..6780fa6e37 100644 --- a/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj +++ b/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj @@ -12,8 +12,4 @@ - - - - diff --git a/src/HealthChecks.UI/HealthChecks.UI.csproj b/src/HealthChecks.UI/HealthChecks.UI.csproj index a319b68b31..68ce63d59f 100644 --- a/src/HealthChecks.UI/HealthChecks.UI.csproj +++ b/src/HealthChecks.UI/HealthChecks.UI.csproj @@ -28,7 +28,7 @@ - +