Skip to content

Commit 5c1835e

Browse files
committed
#147 fix nuget issue
1 parent 9f7b703 commit 5c1835e

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

6666
</Project>

0 commit comments

Comments
 (0)