Update target frameworks to include .NET 9.0

Expanded the project's target frameworks to support .NET 9.0, in addition to .NET 7.0 and .NET 8.0.
This commit is contained in:
Developer 02 2025-04-17 13:55:06 +02:00
parent 52f6dc161e
commit cf2ee73ca1

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>