Re-adds serial port to NETFX - Fixes #101

Also adds package validation to avoid this happening again
This commit is contained in:
Morten Nielsen 2022-01-03 08:20:27 -08:00
parent caf9ced3b7
commit 8c4dbab601
2 changed files with 14 additions and 5 deletions

View file

@ -19,7 +19,7 @@
}
],
"dest": "../artifacts/docs/api/netfx",
"properties": { "TargetFramework": "net451" },
"properties": { "TargetFramework": "net452" },
"disableGitFeatures": false,
"disableDefaultFilter": false
},