Skip to content

Commit 35d1817

Browse files
committed
💥 remove NET 7.0 target, add .NETFramework 4.8
Signed-off-by: Yves Bastide <[email protected]>
1 parent 0d1140b commit 35d1817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎RobotsTxt/RobotsTxt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net48;net8.0;net9.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Configurations>Debug;Release</Configurations>

0 commit comments

Comments
 (0)