Skip to content

Commit 9ab05b3

Browse files
hf-kkleinKonstantin
andauthored
chore: drop support for .NET7, target .NET10 instead (#143)
Co-authored-by: Konstantin <konstantin.klein+github@hochfrequenz.de>
1 parent 8ed4ef8 commit 9ab05b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ChronoJsonDiffPatch/ChronoJsonDiffPatch/ChronoJsonDiffPatch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
5+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
66
</PropertyGroup>
77
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
88
<DocumentationFile>bin\Release\ChronoJsonDiffPatch.xml</DocumentationFile>

0 commit comments

Comments
 (0)