We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf700a2 commit cd5a6f1Copy full SHA for cd5a6f1
App/App.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
@@ -27,6 +27,7 @@
27
<Copyright>© Coder Technologies Inc.</Copyright>
28
<ApplicationIcon>coder.ico</ApplicationIcon>
29
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
30
+ <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
31
</PropertyGroup>
32
33
<PropertyGroup Condition="$(Configuration) == 'Release'">
0 commit comments