We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00dd9d commit b504cecCopy full SHA for b504cec
CryptoNet/CryptoNet.csproj
@@ -59,8 +59,8 @@
59
</ItemGroup>
60
61
<ItemGroup>
62
- <ProjectReference Include="..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" />
63
- <ProjectReference Include="..\CryptoNet.Models\CryptoNet.Models.csproj" />
+ <ProjectReference Include="..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" Pack="true" PackagePath="lib/netstandard2.0/" />
+ <ProjectReference Include="..\CryptoNet.Models\CryptoNet.Models.csproj" Pack="true" PackagePath="lib/netstandard2.0/" />
64
65
66
</Project>
0 commit comments