mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
refactored dotnet core project name.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||
<Version>5.5</Version>
|
||||
<Company>Technitium</Company>
|
||||
@@ -26,7 +26,6 @@
|
||||
<ItemGroup>
|
||||
<None Remove="start.bat" />
|
||||
<None Remove="start.sh" />
|
||||
<None Remove="supervisor.conf" />
|
||||
<None Remove="systemd.service" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -37,9 +36,6 @@
|
||||
<Content Include="start.sh">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="supervisor.conf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="systemd.service">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user