We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd5662 commit 54bdc97Copy full SHA for 54bdc97
1 file changed
ProjectFileConverter/ProjectFileConverter.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net10.0-windows</TargetFramework>
5
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
6
<UseWPF>true</UseWPF>
7
<LangVersion>latest</LangVersion>
8
<EmbedAllSources>true</EmbedAllSources>
@@ -15,7 +16,6 @@
15
16
17
18
<PublishSingleFile>true</PublishSingleFile>
- <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
19
<SelfContained>false</SelfContained>
20
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
21
</PropertyGroup>
0 commit comments