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