Skip to content

Commit

Permalink
Merge pull request #16 from MarkZither/dev
Browse files Browse the repository at this point in the history
Update AppVeyor Build image to VS 2022
  • Loading branch information
MarkZither authored Dec 14, 2021
2 parents c08219a + 74f00ce commit 9fb8aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Configurations>Debug;Release;DebugWithPackageGeneration</Configurations>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.0-alpha14</Version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>

Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2019
image: Visual Studio 2022
environment:
PROJECTNAME:
secure: TXn+4FwXgqnWzXjW1NkU6LTyaJk2GfhNM2kvKzq0Oe8=
Expand Down Expand Up @@ -47,7 +47,6 @@ after_build:
notifications:
- provider: Email
to:
- [email protected]
- [email protected]
on_build_success: true
on_build_failure: true
Expand Down

0 comments on commit 9fb8aa5

Please sign in to comment.