-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArashiDNS.C.csproj
28 lines (26 loc) · 1.11 KB
/
ArashiDNS.C.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StripSymbols>true</StripSymbols>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<!--<PublishAot>true</PublishAot>-->
<!--<NativeLibrary>Static</NativeLibrary>-->
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Kai.ARSoft.Tools.Net" Version="3.6.1.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<RdXmlFile Include="./rd.xml" />
<TrimmerRootAssembly Include="McMaster.Extensions.CommandLineUtils" />
<TrimmerRootAssembly Include="System.Configuration.ConfigurationManager" />
</ItemGroup>
</Project>