Skip to content

Commit dee68c5

Browse files
committed
[gh-1349] Update branch build to .NET 9
1 parent 78a0b80 commit dee68c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

#scripts/roslyn-branches/arm/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"serverFarmId": "[variables('serverfarms_main_id')]",
3535
"clientAffinityEnabled": false,
3636
"siteConfig": {
37-
"netFrameworkVersion": "v8.0",
37+
"netFrameworkVersion": "v9.0",
3838
"publishingUsername": "[concat('$', parameters('sites_name'))]",
3939
"use32BitWorkerProcess": true,
4040
"webSocketsEnabled": true,

#scripts/roslyn-branches/flow/update/updateBranch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async function buildSharpLab(roslynPackagesRoot: string) {
242242
});
243243

244244
return {
245-
publishRoot: `${branchSourceRoot}/Server/bin/Release/net8.0/publish`
245+
publishRoot: `${branchSourceRoot}/Server/bin/Release/net9.0/publish`
246246
};
247247
}
248248

0 commit comments

Comments
 (0)