Skip to content

Commit f8d6d62

Browse files
committed
enable package validation
1 parent b771f7a commit f8d6d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Net.MuninNode.Hosting/Smdn.Net.MuninNode.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
77
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
88
<VersionPrefix>3.0.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
10-
<!--<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>-->
10+
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
1111
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
1212
<Nullable>enable</Nullable>
1313
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->

0 commit comments

Comments
 (0)