Skip to content

Commit 5c23128

Browse files
committed
Fix build
1 parent 3dbe0d5 commit 5c23128

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CryptoBase/CryptoBase.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<Import Project="..\common.props" />
44

55
<PropertyGroup>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
76
<Description>A fast crypto library for .NET.</Description>
87
</PropertyGroup>
98

common.props

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<PackageTags>crypto</PackageTags>
1414
<NoWarn>CS1591</NoWarn>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1617
</PropertyGroup>
1718
</Project>

0 commit comments

Comments
 (0)