File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ SPDX-License-Identifier: MIT
55<Project Sdk =" Microsoft.NET.Sdk" >
66 <PropertyGroup >
77 <TargetFrameworks >netstandard2.1;net6.0;net8.0</TargetFrameworks >
8- <VersionPrefix >1.3 .0</VersionPrefix >
8+ <VersionPrefix >2.0 .0</VersionPrefix >
99 <VersionSuffix ></VersionSuffix >
10- <PackageValidationBaselineVersion >1. 2.0</PackageValidationBaselineVersion >
10+ <!-- < PackageValidationBaselineVersion>2.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' -->
You can’t perform that action at this time.
0 commit comments