Skip to content

Commit 5515a4e

Browse files
authored
Enable package validation (#62)
Enable package validation Visit https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/overview?WT.mc_id=DT-MVP-5003978 for more info
1 parent daa1c0b commit 5515a4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Grok.Net/Grok.Net.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<PackageProjectUrl>https://github.com/Marusyk/grok.net</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/Marusyk/grok.net</RepositoryUrl>
1414
<PackageTags>grok;grok-parser;grok-patterns;grokking;c-sharp-library</PackageTags>
15+
<EnablePackageValidation>true</EnablePackageValidation>
16+
<PackageValidationBaselineVersion>1.1.0</PackageValidationBaselineVersion>
1517
</PropertyGroup>
1618

1719
<PropertyGroup>
@@ -30,4 +32,4 @@
3032
<None Include="..\..\Grok.png" Pack="true" Visible="false" PackagePath="\"/>
3133
</ItemGroup>
3234

33-
</Project>
35+
</Project>

0 commit comments

Comments
 (0)