From e5367af12aa5b96b6cfbb6344e6cd15414e54f54 Mon Sep 17 00:00:00 2001 From: "piotr.a.michalewicz@gmail.com" Date: Sat, 21 Jun 2025 13:04:50 +0200 Subject: [PATCH] Loosen module dependency hiding --- .../EncryptedConfigValue.Module.csproj | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/EncryptedConfigValue.Module/EncryptedConfigValue.Module.csproj b/EncryptedConfigValue.Module/EncryptedConfigValue.Module.csproj index c86b031..bda962b 100644 --- a/EncryptedConfigValue.Module/EncryptedConfigValue.Module.csproj +++ b/EncryptedConfigValue.Module/EncryptedConfigValue.Module.csproj @@ -2,7 +2,6 @@ netstandard2.0 - $([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))$([System.IO.Path]::DirectorySeparatorChar) Readme.md .\EncryptedConfigValue.Module.nuspec @@ -12,30 +11,10 @@ - - - - + true - EncryptedConfigValue.dll - - $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage - - - - - <_ReferenceCopyLocalPaths Include="@(ReferenceCopyLocalPaths->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')->WithMetadataValue('PrivateAssets', 'All'))" /> - - - - - - -