Skip to content

Commit 765826f

Browse files
♻️ Migrated from sln to slnx file (#484)
Co-authored-by: Matthew Parker [SSW] <61717342+MattParkerDev@users.noreply.github.com>
1 parent fc38bcf commit 765826f

3 files changed

Lines changed: 26 additions & 103 deletions

File tree

SSW.CleanArchitecture.sln

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

SSW.CleanArchitecture.slnx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitignore" />
5+
<File Path="Directory.Build.props" />
6+
<File Path="global.json" />
7+
<File Path="README.md" />
8+
</Folder>
9+
<Folder Name="/src/">
10+
<Project Path="src\Application\Application.csproj" />
11+
<Project Path="src\Domain\Domain.csproj" />
12+
<Project Path="src\Infrastructure\Infrastructure.csproj" />
13+
<Project Path="src\WebApi\WebApi.csproj" />
14+
</Folder>
15+
<Folder Name="/tests/">
16+
<Project Path="tests\Architecture.Tests\Architecture.Tests.csproj" />
17+
<Project Path="tests\Domain.UnitTests\Domain.UnitTests.csproj" />
18+
<Project Path="tests\WebApi.IntegrationTests\WebApi.IntegrationTests.csproj" Type="Classic C#" />
19+
<File Path="tests\Directory.Packages.Props" />
20+
</Folder>
21+
<Folder Name="/tools/">
22+
<Project Path="tools\AppHost\AppHost.csproj" Type="Classic C#" />
23+
<Project Path="tools\MigrationService\MigrationService.csproj" Type="Classic C#" />
24+
</Folder>
25+
</Solution>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.200",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)