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 | c79352d27df2506d2ab214f61d60e503a1d7675a (patch) | |
tree | a3831200a2fca0b5a4a46287b38a02a468ab371d /Timeline/Timeline.csproj | |
parent | be532c56158362701a4d5704e995c743ff8b9804 (diff) | |
download | timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.gz timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.bz2 timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.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>
|