Skip to content

Commit d2b5822

Browse files
Migrate to .slnx solution file format (#82)
* Initial plan * Initial plan for dotnet sln migrate Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> * Add .slnx file using dotnet sln migrate Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> * Delete :GITHUB_ENV * Remove .sln file, keep only .slnx for CI/CD compatibility Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> Co-authored-by: Benjamin Michaelis <benjamin@michaelis.net>
1 parent 8b3e794 commit d2b5822

File tree

2 files changed

+10
-39
lines changed

2 files changed

+10
-39
lines changed

IntelliTect.TestTools.Console.sln

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

IntelliTect.TestTools.Console.slnx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".github/workflows/build-and-test.yml" />
4+
<File Path=".github/workflows/deploy.yml" />
5+
<File Path="Directory.Build.props" />
6+
<File Path="global.json" />
7+
</Folder>
8+
<Project Path="IntelliTect.TestTools.Console.Tests/IntelliTect.TestTools.Console.Tests.csproj" />
9+
<Project Path="IntelliTect.TestTools.Console/IntelliTect.TestTools.Console.csproj" />
10+
</Solution>

0 commit comments

Comments
 (0)