Skip to content

Commit 943ca12

Browse files
committed
suppress XML documentation warning (CS1591) in ASC.Files project
1 parent 77b5bb7 commit 943ca12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

products/ASC.Files/Server/ASC.Files.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
@@ -9,6 +9,7 @@
99
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
1010
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1111
<GenerateDocumentationFile>True</GenerateDocumentationFile>
12+
<NoWarn>1591</NoWarn>
1213
</PropertyGroup>
1314
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1415
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)