nuget update: mongo, NLog, ...

This commit is contained in:
Samuele Locatelli
2022-02-18 17:51:01 +01:00
parent 05c2b82ba3
commit 61ba09f8cf
14 changed files with 56 additions and 51 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.8\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.13\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.8" targetFramework="net462" />
<package id="NLog" version="4.7.13" targetFramework="net462" />
</packages>