Skip to content

Commit 96d7564

Browse files
committed
re-enable package validation
1 parent d5c2d8d commit 96d7564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Devices.BP35XX/Smdn.Devices.BP35XX.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>net8.0;net6.0;netstandard2.1</TargetFrameworks>
88
<VersionPrefix>2.0.0</VersionPrefix>
99
<VersionSuffix></VersionSuffix>
10-
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
10+
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
1111
<Nullable>enable</Nullable>
1212
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
1313
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->

0 commit comments

Comments
 (0)