Skip to content

Commit

Permalink
Merge pull request #29 from corentinaltepe/dependabot/nuget/src/NLog-…
Browse files Browse the repository at this point in the history
…4.7.15

Bump NLog from 4.7.14 to 4.7.15 in /src
  • Loading branch information
corentinaltepe authored Mar 27, 2022
2 parents dcd2c96 + 65c49db commit 8e5ef86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1" />
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Loki\NLog.Loki.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Loki/NLog.Loki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down
2 changes: 1 addition & 1 deletion src/Template/Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLog.Loki\NLog.Loki.csproj" />
Expand Down

0 comments on commit 8e5ef86

Please sign in to comment.