Bump to net9.0

This commit is contained in:
2025-07-07 14:16:48 +01:00
parent 9f357b4b0e
commit b97f3d3575
23 changed files with 1026 additions and 116 deletions

View File

@ -16,14 +16,17 @@ watch:
test-push:
isn push src/isn/bin/Debug/isn.*.nupkg
clean-%: src/%
clean-src-%: src/%
rm -rf $^/bin $^/obj
clean-test-%: test/%
rm -rf $^/bin $^/obj
packs: pack-isn pack-isnd pack-isn.abst
clean: clean-isnd clean-isn clean-isn.abst
clean: clean-src-isnd clean-src-isn clean-src-isn.abst clean-test-isnd.tests clean-test-isn.tests
TARGETFRAMEWORK=net8.0
TARGETFRAMEWORK=net9.0
server-update:
dotnet build -c Release src/isnd