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 6cd4ca0 commit 2b6e739Copy full SHA for 2b6e739
‎RobotsTxt/RobotsTxt.csproj
@@ -4,6 +4,13 @@
4
<TargetFramework>net7.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
+ <Configurations>Debug;Release</Configurations>
8
+ <Platforms>AnyCPU;x64</Platforms>
9
+ <LangVersion>default</LangVersion>
10
+ </PropertyGroup>
11
+
12
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
13
+ <DebugSymbols>true</DebugSymbols>
14
</PropertyGroup>
15
16
</Project>
0 commit comments