We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5bb7 commit 943ca12Copy full SHA for 943ca12
products/ASC.Files/Server/ASC.Files.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
<PropertyGroup>
3
<TargetFramework>net9.0</TargetFramework>
4
<ImplicitUsings>enable</ImplicitUsings>
@@ -9,6 +9,7 @@
9
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
10
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
11
<GenerateDocumentationFile>True</GenerateDocumentationFile>
12
+ <NoWarn>1591</NoWarn>
13
</PropertyGroup>
14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
<DebugType>full</DebugType>
0 commit comments