Skip to content

Commit eafc7d7

Browse files
committed
fix/add: publish options
1 parent 4b56f44 commit eafc7d7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/NF.Tool.UnityPackage.Console/NF.Tool.UnityPackage.Console.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<!--;ubuntu.16.10-x64;osx.10.14-x64-->
7-
<!--<PublishSingleFile>true</PublishSingleFile>-->
8-
<PublishTrimmed>true</PublishTrimmed>
96
<TrimUnusedDependencies>true</TrimUnusedDependencies>
107
<ImplicitUsings>disable</ImplicitUsings>
118
<Nullable>disable</Nullable>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>bin\Release\net6.0\publish\win-x64\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>net6.0</TargetFramework>
12+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
14+
<PublishSingleFile>true</PublishSingleFile>
15+
<PublishReadyToRun>false</PublishReadyToRun>
16+
</PropertyGroup>
17+
</Project>

0 commit comments

Comments
 (0)