We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a251b03 commit 19b78adCopy full SHA for 19b78ad
src/NPlug.Validator/NPlug.Validator.csproj
@@ -33,7 +33,9 @@
33
</ItemGroup>
34
35
<ItemGroup>
36
- <ProjectReference Include="..\NPlug.Proxy\NPlug.Proxy.msbuildproj" />
+ <ProjectReference Include="..\NPlug.Proxy\NPlug.Proxy.msbuildproj">
37
+ <PrivateAssets>None</PrivateAssets>
38
+ </ProjectReference>
39
40
41
<Import Project="$(MSBuildThisFileDirectory)../NPlug.Proxy/build/NPlug.Proxy.targets" />
src/NPlug/NPlug.csproj
@@ -62,6 +62,8 @@
62
63
64
65
66
67
68
69
</Project>
0 commit comments