Skip to content

Commit bb8821f

Browse files
authored
Change NLog back to NuGet package
1 parent 7e68e76 commit bb8821f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Essentials.Tests/Essentials.Tests.csproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
38-
<HintPath>$(SolutionDir)\TorchBinaries\NLog.dll</HintPath>
38+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="System" />
@@ -90,4 +90,4 @@
9090
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
9191
</ItemGroup>
9292
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93-
</Project>
93+
</Project>

0 commit comments

Comments
 (0)