Bump to net9.0
This commit is contained in:
9
Makefile
9
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user