diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-02 19:43:20 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-02 19:49:33 -0600 |
commit | 20ea356b2c0b4ab4d29778b4958d5b363f735f1f (patch) | |
tree | 64be40843e541eebe37ea0ffb5d7cb996f3ae699 /appveyor.yml | |
parent | 0031d5e8f859b342ac9860b7055bb738b6303ec0 (diff) | |
download | wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.tar.gz wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.tar.bz2 wix-20ea356b2c0b4ab4d29778b4958d5b363f735f1f.zip |
More .NET 5 updates.
Fix tests when running on machine with .NET 5.
Update frameworks for .NET Core MBA (3.1 vs 5.0).
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7c686b04..147bd6aa 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -8,7 +8,7 @@ branches: | |||
8 | - master | 8 | - master |
9 | - develop | 9 | - develop |
10 | 10 | ||
11 | image: Visual Studio 2019 | 11 | image: Visual Studio 2019 Preview |
12 | 12 | ||
13 | version: 0.0.0.{build} | 13 | version: 0.0.0.{build} |
14 | configuration: Release | 14 | configuration: Release |