Skip to content

Commit

Permalink
Adjusted app publishing to include the required .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroDriven committed Sep 19, 2022
1 parent 0e2f411 commit 30749cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pocket_Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>
<RootNamespace>Pocket_Updater</RootNamespace>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>1.1.0</Version>
<RootNamespace>Pocket_Updater</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<ApplicationIcon>Resources\app_icon.ico</ApplicationIcon>
<Authors>RetroDriven and mattpannella</Authors>
<Product>Pocket Updater</Product>
Expand Down

0 comments on commit 30749cc

Please sign in to comment.