Skip to content

Commit

Permalink
fix placeholder for PackageValidationBaselineVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Apr 5, 2024
1 parent 9fd1891 commit adc14cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
<TargetFrameworks>net8.0;net6.0;netstandard2.1</TargetFrameworks>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
<!-- <PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion> -->
<Nullable>enable</Nullable>
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
Expand Down

0 comments on commit adc14cb

Please sign in to comment.