Skip to content

Commit

Permalink
Updated test projects to use NLog 4.0.0 as per NLog.Raygun dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumNightmare committed May 3, 2018
1 parent 19a4a89 commit dfa4083
Showing 6 changed files with 226 additions and 655 deletions.
17 changes: 8 additions & 9 deletions src/NLog.Raygun.TestApp/NLog.Raygun.TestApp.csproj
Original file line number Diff line number Diff line change
@@ -37,9 +37,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NLog.3.2.1\lib\net40\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.0\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -59,19 +58,19 @@
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Raygun\NLog.Raygun.csproj">
<Project>{F5744BD5-98C2-4082-9D04-9D28536D5DBB}</Project>
<Name>NLog.Raygun</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Raygun\NLog.Raygun.csproj">
<Project>{f5744bd5-98c2-4082-9d04-9d28536d5dbb}</Project>
<Name>NLog.Raygun</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Loading

0 comments on commit dfa4083

Please sign in to comment.