Skip to content

Commit cd5a6f1

Browse files
committed
fix: add self contained app sdk
1 parent bf700a2 commit cd5a6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

App/App.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
@@ -27,6 +27,7 @@
2727
<Copyright>© Coder Technologies Inc.</Copyright>
2828
<ApplicationIcon>coder.ico</ApplicationIcon>
2929
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
30+
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
3031
</PropertyGroup>
3132

3233
<PropertyGroup Condition="$(Configuration) == 'Release'">

0 commit comments

Comments
 (0)