DnsServerApp: nuget package Newtonsoft.Json added. assembly version updated to 1.3.2.

This commit is contained in:
Shreyas Zare
2018-08-04 15:22:46 +05:30
parent b216261181
commit 04cd7300b4
3 changed files with 10 additions and 2 deletions

View File

@@ -38,6 +38,9 @@
<ApplicationIcon>logo2.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
@@ -48,6 +51,7 @@
<None Include="App.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DnsServerCore\DnsServerCore.csproj">