mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Use net8 for ios/android
This commit is contained in:
parent
1dc12460fa
commit
3eb416d5bf
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
],
|
||||
"dest": "../artifacts/docs/api/net-android",
|
||||
"properties": { "TargetFramework": "net7.0-android" },
|
||||
"properties": { "TargetFramework": "net8.0-android" },
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false
|
||||
},
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
],
|
||||
"dest": "../artifacts/docs/api/net-ios",
|
||||
"properties": { "TargetFramework": "net7.0-ios" },
|
||||
"properties": { "TargetFramework": "net8.0-ios" },
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue