Skip to content

Commit 1f191aa

Browse files
Copilotsolrevdev
andcommitted
Restore .NET 9 multi-targeting support
Co-authored-by: solrevdev <[email protected]>
1 parent 5a6a740 commit 1f191aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solrevdev.seedfolder.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<!-- Note: Multi-targeting restored in CI/CD environment with .NET 9.0 support -->
5+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
76
<LangVersion>latest</LangVersion>
87
<ImplicitUsings>enable</ImplicitUsings>
98
<PackAsTool>true</PackAsTool>

0 commit comments

Comments
 (0)