Skip to content

Commit

Permalink
[Feature] Framework Self-Contained, not more necessary to install .Ne…
Browse files Browse the repository at this point in the history
…t 6/7 sdk (#277)
  • Loading branch information
Hofknecht committed Aug 28, 2023
1 parent 7858b3d commit 65a7340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SystemTrayMenu.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<SelfContained>true</SelfContained>
<TargetFramework>net7.0-windows</TargetFramework>
<SelfContained>true</SelfContained>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWPF>True</UseWPF>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
Expand All @@ -20,7 +20,7 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
<Platforms>x64;x86;AnyCPU</Platforms>
<Configurations>Debug;Release;ReleasePackage</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 65a7340

Please sign in to comment.