refactored dotnet core project name.

This commit is contained in:
Shreyas Zare
2020-12-06 17:31:53 +05:30
parent e77fe15a33
commit 62ec89ebd7
6 changed files with 1 additions and 5 deletions

View File

@@ -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>

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB