Skip to content

Commit b504cec

Browse files
committed
#147 fix nuget issue
1 parent c00dd9d commit b504cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CryptoNet/CryptoNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<ProjectReference Include="..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" />
63-
<ProjectReference Include="..\CryptoNet.Models\CryptoNet.Models.csproj" />
62+
<ProjectReference Include="..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" Pack="true" PackagePath="lib/netstandard2.0/" />
63+
<ProjectReference Include="..\CryptoNet.Models\CryptoNet.Models.csproj" Pack="true" PackagePath="lib/netstandard2.0/" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)