Update to .NET 7 (#2615)

Update service code to .NET 7.0.

Also update the version installed onto agent nodes via setup scripts to 7.0.100.
This commit is contained in:
George Pollard
2022-11-18 10:39:45 +13:00
committed by GitHub
parent 1f46388e6d
commit 894dcc62be
22 changed files with 130 additions and 103 deletions

View File

@ -1161,6 +1161,8 @@ class Client:
"publish",
self.application_name + DOTNET_APPLICATION_SUFFIX,
"--no-build",
"--dotnet-version",
"7.0",
],
env=dict(os.environ, CLI_DEBUG="1"),
cwd=tmpdirname,