Skip to content

Commit d0d9013

Browse files
authored
.sln -> .slnx (giraffe-fsharp#725)
* Migrate Giraffe.sln to Giraffe.slnx * [CI] Update build-and-test.yml to use Giraffe.slnx
1 parent c52319f commit d0d9013

3 files changed

Lines changed: 32 additions & 153 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Restore tools
5858
run: dotnet tool restore
5959
- name: Build solution
60-
run: dotnet build -c Release Giraffe.sln
60+
run: dotnet build -c Release Giraffe.slnx
6161

6262
- name: Run Analyzers
6363
run: dotnet msbuild /t:AnalyzeFSharpProject src/Giraffe/Giraffe.fsproj

Giraffe.sln

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

Giraffe.slnx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/samples/">
8+
<Project Path="samples/GlobalRateLimiting/GlobalRateLimiting.fsproj" />
9+
<Project Path="samples/NewtonsoftJson/NewtonsoftJson.fsproj" />
10+
<Project Path="samples/RateLimiting/RateLimiting.fsproj" />
11+
<Project Path="samples/ResponseCachingApp/ResponseCachingApp.fsproj" />
12+
<Project Path="samples/EndpointRoutingApp/EndpointRoutingApp.fsproj" />
13+
</Folder>
14+
<Folder Name="/src/">
15+
<Project Path="src/Giraffe/Giraffe.fsproj" />
16+
</Folder>
17+
<Folder Name="/tests/">
18+
<Project Path="tests/Giraffe.Tests/Giraffe.Tests.fsproj" />
19+
</Folder>
20+
<Folder Name="/_root/">
21+
<File Path="CODE_OF_CONDUCT.md" />
22+
<File Path="DOCUMENTATION.md" />
23+
<File Path="giraffe-64x64.png" />
24+
<File Path="giraffe.png" />
25+
<File Path="LICENSE" />
26+
<File Path="NuGet.config" />
27+
<File Path="README.md" />
28+
<File Path="RELEASE_NOTES.md" />
29+
<File Path="SECURITY.md" />
30+
</Folder>
31+
</Solution>

0 commit comments

Comments
 (0)