Skip to content

Commit b881e69

Browse files
committed
.NET 10
1 parent 138ad07 commit b881e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iac/main-appsrv.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "azurerm_linux_web_app" "appsrv" {
1616
https_only = true
1717
site_config {
1818
application_stack {
19-
dotnet_version = "9.0"
19+
dotnet_version = "10.0"
2020
}
2121
http2_enabled = true
2222
always_on = false

0 commit comments

Comments
 (0)