File tree 2 files changed +17
-3
lines changed
src/NF.Tool.UnityPackage.Console
Properties/PublishProfiles
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net6.0</TargetFramework >
6
- <!-- ;ubuntu.16.10-x64;osx.10.14-x64-->
7
- <!-- <PublishSingleFile>true</PublishSingleFile>-->
8
- <PublishTrimmed >true</PublishTrimmed >
9
6
<TrimUnusedDependencies >true</TrimUnusedDependencies >
10
7
<ImplicitUsings >disable</ImplicitUsings >
11
8
<Nullable >disable</Nullable >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments