Skip to content

Commit e1520ed

Browse files
authored
1 parent 8712c99 commit e1520ed

File tree

4 files changed

+68
-269
lines changed

4 files changed

+68
-269
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
*.cs text diff=csharp
44
*.xaml text
5-
*.sln eol=crlf
65
*.csproj eol=crlf
76
*.shproj eol=crlf
87
*.appxmanifest eol=crlf

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-dotnet@v5
6666

6767
- name: Build Solution
68-
run: dotnet build Renci.SshNet.sln
68+
run: dotnet build Renci.SshNet.slnx
6969

7070
- name: Publish AOT Compatibility Test App
7171
run: dotnet publish -r win-x64 /warnaserror test/Renci.SshNet.AotCompatibilityTestApp/

Renci.SshNet.sln

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

0 commit comments

Comments
 (0)