Upgraded to dotnet 9. Fixed smaller issues

This commit is contained in:
2025-05-15 09:46:38 +02:00
parent 49f0a7c55e
commit 3d7f071170
7 changed files with 41 additions and 43 deletions

View File

@@ -1,13 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Version>2.1.0</Version>
<Title>MoonlightServers.Shared</Title>
<PackageTags>shared</PackageTags>
</PropertyGroup>
<PropertyGroup Label="Nuget Settings">
<PackageId>MoonlightServers.Shared</PackageId>
<Title>MoonlightServers.Shared</Title>
<Version>2.1.0</Version>
<PackageTags>shared</PackageTags>
<IsPackable>true</IsPackable>
</PropertyGroup>
</Project>