From ff8a0cc9b505f77226609b741354a0f4970ca08d Mon Sep 17 00:00:00 2001 From: Mihir Jayavant Date: Tue, 3 Dec 2024 16:56:42 +0530 Subject: [PATCH] firebase path fix --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index d9980ca..39f9e9a 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "public": "Src/Website/bin/Release/net6.0/publish/wwwroot", + "public": "Src/Website/bin/Release/net9.0/publish/wwwroot", "ignore": [ "firebase.json", "**/.*",