Skip to content

Commit ad7db89

Browse files
Migrate to slnx (#45)
1 parent aaa6943 commit ad7db89

File tree

2 files changed

+21
-59
lines changed

2 files changed

+21
-59
lines changed

Immediate.Cache.sln

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

Immediate.Cache.slnx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Solution>
2+
<Folder Name="/.root/">
3+
<File Path=".editorconfig" />
4+
<File Path=".github/dependabot.yml" />
5+
<File Path=".gitignore" />
6+
<File Path="Directory.Build.props" />
7+
<File Path="Directory.Packages.props" />
8+
<File Path="readme.md" />
9+
</Folder>
10+
<Folder Name="/.root/workflows/">
11+
<File Path=".github/workflows/build.yml" />
12+
<File Path=".github/workflows/release.yml" />
13+
</Folder>
14+
<Folder Name="/Source/">
15+
<Project Path="src/Immediate.Cache.Shared/Immediate.Cache.Shared.csproj" />
16+
<Project Path="src/Immediate.Cache/Immediate.Cache.csproj" />
17+
</Folder>
18+
<Folder Name="/Tests/">
19+
<Project Path="tests/Immediate.Cache.FunctionalTests/Immediate.Cache.FunctionalTests.csproj" />
20+
</Folder>
21+
</Solution>

0 commit comments

Comments
 (0)