Skip to content

Commit 4140aaf

Browse files
committed
Port the solution to the new SLNX format [skip ci]
1 parent 5f1b755 commit 4140aaf

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*.json text
1515
*.md text diff=markdown
1616
*.ps1 text
17-
*.sln text
17+
*.slnx text
1818
*.sql text
1919
*.svg text
2020
*.ts text

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Task("clean")
1717

1818
Task("format")
1919
.Description("Formats the source code.")
20-
.Does(() => DotNetFormat("lcov.sln"));
20+
.Does(() => DotNetFormat("lcov.slnx"));
2121

2222
Task("publish")
2323
.Description("Publishes the package.")

lcov.sln

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

lcov.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Solution>
2+
<Project Path="src/lcov.csproj" />
3+
<Project Path="test/lcov.tests.csproj" />
4+
</Solution>

0 commit comments

Comments
 (0)