From 79def47106b19b316b691fa195f7160ddcfb9a41 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Thu, 28 Mar 2024 08:03:21 +0800 Subject: [PATCH] chore(deps): Project file cleanup and remove unnecessary dependencies (#251) ## This PR - simplify the `InternalsVisibleTo` usage - cleanup msbuild condition - remove unnecessary dependencies --------- Signed-off-by: Weihan Li Co-authored-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com> --- build/Common.props | 4 ++-- src/OpenFeature/OpenFeature.csproj | 15 ++++----------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/build/Common.props b/build/Common.props index 8468f7d2..b1857e0d 100644 --- a/build/Common.props +++ b/build/Common.props @@ -18,8 +18,8 @@ - - + + diff --git a/src/OpenFeature/OpenFeature.csproj b/src/OpenFeature/OpenFeature.csproj index da82b999..9e272ba2 100644 --- a/src/OpenFeature/OpenFeature.csproj +++ b/src/OpenFeature/OpenFeature.csproj @@ -7,21 +7,14 @@ - - + - - <_Parameter1>OpenFeature.Benchmarks - - - <_Parameter1>OpenFeature.Tests - - - <_Parameter1>OpenFeature.E2ETests - + + +