DnsServerApp.NETCore: project upgraded to .net core 2.1.

This commit is contained in:
Shreyas Zare
2018-08-04 18:56:55 +05:30
parent a8dc2c25bf
commit da7077295a

View File

@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>1.3.2</Version>
<Company>Technitium</Company>