mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Update to .NET 9
This commit is contained in:
@@ -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")]
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user