Update to .NET 9

This commit is contained in:
2025-09-25 14:37:42 -04:00
parent 636c7f9b2a
commit 4d7d7c041a
6 changed files with 22 additions and 21 deletions

View File

@@ -8,11 +8,12 @@ using System.Windows;
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Chris Kaczor")]
[assembly: AssemblyProduct("Feed Center")]
[assembly: AssemblyCopyright("Copyright © Chris Kaczor 2023")]
[assembly: AssemblyCopyright("Copyright © Chris Kaczor 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: SupportedOSPlatform("windows")]
[assembly: TargetPlatform("Windows10.0")]
[assembly: SupportedOSPlatform("Windows10.0")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug build")]

View File

@@ -4,10 +4,10 @@
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net8.0-windows7.0\publish\win-x64\</PublishDir>
<PublishDir>bin\Release\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<TargetFramework>net9.0-windows8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>