mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Fix regression in Razor syntax
This commit is contained in:
parent
56feea11a1
commit
96512f353f
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
@{
|
||||
Layout = @$"_layout.cshtml";
|
||||
Layout = "_layout.cshtml";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user