From 93919975f19b78bc6d9f780def84ede86b828df5 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Fri, 29 Dec 2017 22:14:29 +0530 Subject: [PATCH] DnsService: updated project .net framework to 4.6.1 for using .net standard 2 code. --- DnsService/App.config | 2 +- DnsService/DnsService.csproj | 16 ++++++++++------ DnsService/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/DnsService/App.config b/DnsService/App.config index 74ade9db..bae5d6d8 100644 --- a/DnsService/App.config +++ b/DnsService/App.config @@ -1,6 +1,6 @@ - + diff --git a/DnsService/DnsService.csproj b/DnsService/DnsService.csproj index 870b08bc..51330384 100644 --- a/DnsService/DnsService.csproj +++ b/DnsService/DnsService.csproj @@ -8,7 +8,7 @@ WinExe DnsService DnsService - v4.0 + v4.6.1 512 true @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -31,6 +32,7 @@ TRACE prompt 4 + false logo2.ico @@ -57,7 +59,9 @@ - + + Designer + @@ -67,14 +71,14 @@ DnsService.cs + + + - {a561cf13-fe21-40a1-bf8d-bd242304187a} + {4494b79b-588c-41f2-95ad-0897123af154} DnsServerCore - - - \ No newline at end of file diff --git a/DnsService/Properties/AssemblyInfo.cs b/DnsService/Properties/AssemblyInfo.cs index e07d5afb..a10ab161 100644 --- a/DnsService/Properties/AssemblyInfo.cs +++ b/DnsService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")]