33https://go.microsoft.com/fwlink/?LinkID=208121.
44-->
55<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6- <PropertyGroup >
7- <Configuration >Release</Configuration >
8- <Platform >Any CPU</Platform >
9- <PublishDir >bin\Release\Publish\win-x64</PublishDir >
10- <PublishProtocol >FileSystem</PublishProtocol >
11- <TargetFramework >net6.0-windows </TargetFramework >
12- <RuntimeIdentifier >win81 -x64</RuntimeIdentifier >
13- <SelfContained >true</SelfContained >
14- <!-- Single file deployment isn't compatible with Windows 7. -- >
15- < PublishSingleFile >true</ PublishSingleFile >
16- < PublishReadyToRun >false</PublishReadyToRun >
17- < PublishTrimmed >false</ PublishTrimmed >
18- < EnableCompressionInSingleFile >true</ EnableCompressionInSingleFile >
19- </PropertyGroup >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\Publish\win-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net6.0</TargetFramework >
12+ <RuntimeIdentifier >win7 -x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ < PublishSingleFile >false</ PublishSingleFile >
15+ < PublishReadyToRun >false</ PublishReadyToRun >
16+ < PublishTrimmed >false</PublishTrimmed >
17+ < DebugType >none</ DebugType >
18+ < DebugSymbols >false</ DebugSymbols >
19+ </PropertyGroup >
2020</Project >
0 commit comments