Fix regression in Razor syntax

This commit is contained in:
Patrik Svensson 2024-08-30 09:18:07 +02:00
parent 56feea11a1
commit 96512f353f
2 changed files with 1 additions and 3 deletions

View File

@ -60,8 +60,6 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.302
- name: Setup Node.js
uses: actions/setup-node@v4

View File

@ -1,3 +1,3 @@
@{
Layout = @$"_layout.cshtml";
Layout = "_layout.cshtml";
}