Bump to . net 9

This commit is contained in:
TheXamlGuy
2024-10-07 17:38:04 +01:00
parent ae8d62ceb2
commit 1c28659eac
6 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.0-beta2" />
<PackageReference Include="Avalonia" Version="11.2.0-rc1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Toolkit.Foundation\Toolkit.Foundation.csproj" />