We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c2d8d commit 96d7564Copy full SHA for 96d7564
src/Smdn.Devices.BP35XX/Smdn.Devices.BP35XX.csproj
@@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
7
<TargetFrameworks>net8.0;net6.0;netstandard2.1</TargetFrameworks>
8
<VersionPrefix>2.0.0</VersionPrefix>
9
<VersionSuffix></VersionSuffix>
10
- <!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
+ <PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
11
<Nullable>enable</Nullable>
12
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
13
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
0 commit comments