Updated project files to .NET 7.0.

This commit is contained in:
2022-12-01 17:24:04 +00:00
parent d4680b934e
commit 4841d539fc
8 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import shutil
PROP_SHOP_MODULES_DIR = "./Props.Shop/"
PROPS_SHOP_MODULES_DST = "./Props/shops/."
NET_VER = "net6.0"
NET_VER = "net7.0"
SHOP_MODULE_GLOB = "output/shop-modules/**/*.{ext}"
EXTS = ["deps.json", "dll"]