Skip to content

Commit 949989c

Browse files
committed
Cleanup .csproj
1 parent f98e617 commit 949989c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SQLiteSharp/SQLiteSharp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
9+
<!-- IDE0130: Namespace does not match folder structure -->
10+
<!-- CS1573: Parameter has no matching param tag in the XML comment (but other parameters do) -->
811
<NoWarn>IDE0130;CS1573</NoWarn>
12+
913
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1014
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1115
<PackageId>SQLiteSharp</PackageId>

0 commit comments

Comments
 (0)