Add 64bit tester and fixed version # in builds by switching to v6 sdk.

This commit is contained in:
Eugene Wang
2023-04-05 07:29:06 -04:00
parent f48c731aad
commit 9d0770a2ef
14 changed files with 72 additions and 17 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
// have to use v6 since v7 doesn't generate correct version attributes
// for -windows variant
"sdk": {
"version": "6.0"
}
}