All library are always set to target netstandard2.0 and netstandard2.1. This means it works for .netstandard, net6.0+, .NetFamework4.6+.
Versions are based on release date/time of build
Examlpe: 5.08.22.1140
Year "5" = (2025-2020)
Month "08"
Day "22"
Minutes "1140" = since midnight, 7PM UTC
This script is added to the prebuild event for desktop demos, then copy the info for netstandard libraries.
if $(ConfigurationName) == Release (
C:\Code\~VBS\setVersionByDate.vbs "$(ProjectDir)" T
)| Version | Supported |
|---|---|
| 5.8.x | ✅ |
| < 5.8 | ❌ |
Go to Issues in the top menu and post the issue and be as detailed as you can to reproduce it.