Skip to content

Commit 4678ccc

Browse files
committed
chore: Also allow Net8
1 parent 3f5b59b commit 4678ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RepositoryUrl>https://github.com/furesoft/Silverfly</RepositoryUrl>
99
<Description>A little framework to build parsers</Description>
1010
<PackageTags>parser, pratt</PackageTags>
11-
<TargetFramework>net9.0</TargetFramework>
11+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
1212
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)