Skip to content

Commit 1a65985

Browse files
committed
Set option to build self contained exe
1 parent f6962da commit 1a65985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WinFileReadEvents.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5+
<PublishSingleFile>true</PublishSingleFile>
6+
<SelfContained>true</SelfContained>
7+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
58
<TargetFramework>net8.0</TargetFramework>
69
<RootNamespace>WinFileReadEvents</RootNamespace>
710
<ImplicitUsings>enable</ImplicitUsings>
811
<Nullable>enable</Nullable>
12+
<Version>0.1.0</Version>
913
</PropertyGroup>
1014

1115
<ItemGroup>

0 commit comments

Comments
 (0)