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 f6962da commit 1a65985Copy full SHA for 1a65985
WinFileReadEvents.csproj
@@ -2,10 +2,14 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
+ <PublishSingleFile>true</PublishSingleFile>
6
+ <SelfContained>true</SelfContained>
7
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
8
<TargetFramework>net8.0</TargetFramework>
9
<RootNamespace>WinFileReadEvents</RootNamespace>
10
<ImplicitUsings>enable</ImplicitUsings>
11
<Nullable>enable</Nullable>
12
+ <Version>0.1.0</Version>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments