Skip to content

Commit 96075b7

Browse files
committed
Fix csproj encoding and update workflows
1 parent 2c555f9 commit 96075b7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.csproj text eol=lf
2+
*.sln text eol=crlf
3+
*.cs text eol=lf
4+
*.xaml text eol=lf
5+
*.yml text eol=lf
6+
*.yaml text eol=lf
7+
*.json text eol=lf
8+
*.md text eol=lf

Bloxstrap/Bloxstrap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -135,4 +135,4 @@
135135
</None>
136136
</ItemGroup>
137137

138-
</Project>
138+
</Project>

0 commit comments

Comments
 (0)