mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user