Skip to content

Commit 8081422

Browse files
committed
migrate to new solution format
1 parent 77c24f1 commit 8081422

3 files changed

Lines changed: 8 additions & 32 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: ${{ matrix.dotnet-version }}
2121
- name: Install dependencies
2222
working-directory: ./
23-
run: dotnet restore ./YAF.Website.sln
23+
run: dotnet restore ./YAF.Website.slnx
2424
- name: Build
2525
working-directory: ./
26-
run: dotnet build ./YAF.Website.sln
26+
run: dotnet build ./YAF.Website.slnx

YAF.Website.sln

Lines changed: 0 additions & 30 deletions
This file was deleted.

YAF.Website.slnx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
</Folder>
5+
<Project Path="YAF.Website/YAF.Website.csproj" />
6+
</Solution>

0 commit comments

Comments
 (0)