Skip to content

Commit

Permalink
switch to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 11, 2023
1 parent ff10712 commit 9fd29ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VoicemeeterOsdProgram/VoicemeeterOsdProgram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64;x86</Platforms>
<ApplicationIcon>Resources\Icons\MainIcon.ico</ApplicationIcon>
Expand All @@ -15,7 +15,7 @@
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>1.0.0.2</Version>
<Version>1.1.0.0</Version>
<PackageId>VoicemeeterFancyOsd</PackageId>
<Description>On-screen display for Voicemeeter</Description>
<AssemblyName>VoicemeeterFancyOsd</AssemblyName>
Expand Down

0 comments on commit 9fd29ae

Please sign in to comment.