diff options
author | crupest <crupest@outlook.com> | 2020-08-21 23:32:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-21 23:32:53 +0800 |
commit | e429b7e0c0425b507b26f95ff3176f9a01f73423 (patch) | |
tree | fdd85906c46832a3a3a32cd06b24e76167f383d4 /Timeline/Timeline.csproj | |
parent | ed324cdcec6d70cc9f93b57b2e3a5a35d3366048 (diff) | |
download | timeline-e429b7e0c0425b507b26f95ff3176f9a01f73423.tar.gz timeline-e429b7e0c0425b507b26f95ff3176f9a01f73423.tar.bz2 timeline-e429b7e0c0425b507b26f95ff3176f9a01f73423.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 5fc69fc8..5ceb97e6 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -18,6 +18,8 @@ <Version>0.3.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
+
+ <NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
|