Skip to content

Commit 1bfad28

Browse files
authored
Updated AppVeyor to VS2022 (#35)
1 parent 7aa82f2 commit 1bfad28

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Currently there are dependencies on:
1616

1717
| Target framework | Dependencies |
1818
|---|---|
19-
| .NET 4.5 | NLog (>= 4.0.0.0), Owin (>= 1.0) |
19+
| .NET 4.5 | NLog (>= 5.0.0.0), Owin (>= 1.0) |
2020

2121
## Using
2222

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2019
1+
image: Visual Studio 2022
22
version: 1.0.0.{build}
33
clone_folder: c:\projects\nlog
44
configuration: Release
@@ -21,7 +21,6 @@ test_script:
2121
- pip install codecov
2222
- codecov -f "coverage.xml"
2323

24-
2524
artifacts:
2625
- path: '**\NLog.*.nupkg'
2726
- path: '**\NLog.*.snupkg'

0 commit comments

Comments
 (0)