Skip to content

Commit 25c01e3

Browse files
committed
💥 remove NET7.0 target
Signed-off-by: Yves Bastide <stid@acm.org>
1 parent 3e1b1cf commit 25c01e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ConsoleApplication/ConsoleApplication.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<RootNamespace>ConsoleApp</RootNamespace>
8-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
8+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
99
<LangVersion>default</LangVersion>
1010
</PropertyGroup>
1111

‎TestRobotsTxt/TestRobotsTxt.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<IsPackable>false</IsPackable>
88
<IsTestProject>true</IsTestProject>
9-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
9+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
1010
<LangVersion>default</LangVersion>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)