Update the coresdk target and default tool TFM as well as the stage 0 SDK

This commit is contained in:
Marc Paine 2023-10-12 11:15:02 -07:00
parent 53a08536e7
commit def3a30976
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Project>