Skip to content

Commit 4c6aefe

Browse files
committed
Adds net10.0 target framework
Adds net10.0 to the target frameworks. This change ensures compatibility with older .NET Framework versions, expanding the library's reach.
1 parent 0632662 commit 4c6aefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
55
<Product>Foundatio</Product>
66
<Description>Pluggable foundation blocks for building distributed apps.</Description>
77
<PackageProjectUrl>https://github.com/FoundatioFx/Foundatio</PackageProjectUrl>

0 commit comments

Comments
 (0)