diff --git a/NLog.Web.Tests/NLog.Web.Tests.csproj b/NLog.Web.Tests/NLog.Web.Tests.csproj index fcbb4946..f2ef0aea 100644 --- a/NLog.Web.Tests/NLog.Web.Tests.csproj +++ b/NLog.Web.Tests/NLog.Web.Tests.csproj @@ -40,7 +40,7 @@ - ..\packages\NLog.4.3.5-alpha1\lib\net45\NLog.dll + ..\packages\NLog.4.4.2\lib\net45\NLog.dll True diff --git a/NLog.Web.Tests/packages.NLog.Web.Tests.config b/NLog.Web.Tests/packages.NLog.Web.Tests.config index 5b2a0b58..c897dfc4 100644 --- a/NLog.Web.Tests/packages.NLog.Web.Tests.config +++ b/NLog.Web.Tests/packages.NLog.Web.Tests.config @@ -1,6 +1,6 @@  - + diff --git a/NLog.Web/NLog.Web.csproj b/NLog.Web/NLog.Web.csproj index fa9a32c7..18ec4d4e 100644 --- a/NLog.Web/NLog.Web.csproj +++ b/NLog.Web/NLog.Web.csproj @@ -1,4 +1,4 @@ - + @@ -41,7 +41,7 @@ - ..\packages\NLog.4.4.0\lib\net35\NLog.dll + ..\packages\NLog.4.4.2\lib\net35\NLog.dll True diff --git a/NLog.Web/packages.NLog.Web.config b/NLog.Web/packages.NLog.Web.config index 24c9440e..b27e9b10 100644 --- a/NLog.Web/packages.NLog.Web.config +++ b/NLog.Web/packages.NLog.Web.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index ad0471c8..7ba03b0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.3.0.{build} +version: 4.4.0.{build} clone_folder: c:\projects\nlogweb configuration: Release platform: Any CPU @@ -19,7 +19,7 @@ build: build_script: - cmd: >- - call build_aspnet.bat -nuget_version=4.3.1 + call build_aspnet.bat -nuget_version=4.4.0 call build_aspnetcore.bat