Skip to content

Commit

Permalink
Merge pull request #299 from snakefoot/master
Browse files Browse the repository at this point in the history
Update dependency NLog ver. 4.6.4
  • Loading branch information
repo-ranger[bot] committed May 28, 2019
2 parents def8dcb + 9a425ae commit 7f83490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dotnet --version

$versionPrefix = "1.5.1"
$versionSuffix = "rc1"
$versionSuffix = "rc2"
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
if (-Not $versionSuffix.Equals(""))
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHAN
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="[4.6.3,5.0.0-beta01)" />
<PackageReference Include="NLog" Version="[4.6.4,5.0.0-beta01)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.0.0" />
Expand Down

0 comments on commit 7f83490

Please sign in to comment.