Skip to content

Commit 2b6e739

Browse files
committed
🎨 dotnet 7, libraries upgrades, async/await
Signed-off-by: Yves Bastide <[email protected]>
1 parent 6cd4ca0 commit 2b6e739

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎RobotsTxt/RobotsTxt.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<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>
714
</PropertyGroup>
815

916
</Project>

0 commit comments

Comments
 (0)