We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa82f2 commit 1bfad28Copy full SHA for 1bfad28
2 files changed
README.md
@@ -16,7 +16,7 @@ Currently there are dependencies on:
16
17
| Target framework | Dependencies |
18
|---|---|
19
-| .NET 4.5 | NLog (>= 4.0.0.0), Owin (>= 1.0) |
+| .NET 4.5 | NLog (>= 5.0.0.0), Owin (>= 1.0) |
20
21
## Using
22
appveyor.yml
@@ -1,4 +1,4 @@
1
-image: Visual Studio 2019
+image: Visual Studio 2022
2
version: 1.0.0.{build}
3
clone_folder: c:\projects\nlog
4
configuration: Release
@@ -21,7 +21,6 @@ test_script:
- pip install codecov
- codecov -f "coverage.xml"
23
24
-
25
artifacts:
26
- path: '**\NLog.*.nupkg'
27
- path: '**\NLog.*.snupkg'
0 commit comments