Skip to content

Commit ddd6e6b

Browse files
committed
chore: rename solution file from testr.sln to testr.slnx and update project references
1 parent 6f03126 commit ddd6e6b

File tree

3 files changed

+13
-53
lines changed

3 files changed

+13
-53
lines changed

build/Targets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
const string projectName = "testr";
99

10-
const string solution = $"{projectName}.sln";
10+
const string solution = $"{projectName}.slnx";
1111
IList<string> packableProjects = [
1212
projectName
1313
];

testr.sln

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

testr.slnx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Solution>
2+
<Folder Name="/build/">
3+
<Project Path="build/targets.csproj" />
4+
</Folder>
5+
<Folder Name="/samples/">
6+
<Project Path="samples/WebApi/WebApi.csproj" />
7+
</Folder>
8+
<Folder Name="/src/">
9+
<Project Path="src/testr.Cli/testr.Cli.csproj" />
10+
<Project Path="src/testr.Tests/testr.Tests.csproj" />
11+
</Folder>
12+
</Solution>

0 commit comments

Comments
 (0)