Skip to content

Commit 72993f1

Browse files
committed
feat(assembly): add net11.0 to target frameworks
1 parent d9b7f9c commit 72993f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup Label="Assembly">
20-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
20+
<TargetFrameworks>net8.0;net9.0;net10.0;net11.0</TargetFrameworks>
2121
<RootNamespace>MyCSharp.$(MSBuildProjectName)</RootNamespace>
2222
<AssemblyName>MyCSharp.$(MSBuildProjectName)</AssemblyName>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)