Skip to content

Commit 501d78d

Browse files
committed
refs and cleanup
1 parent d0ff8fe commit 501d78d

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

src/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ root = true
22

33
[*]
44
indent_style = space
5+
end_of_line = lf
6+
insert_final_newline = false
57

68
[*.cs]
79
indent_size = 4

src/.gitattributes

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

src/Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="Codeuctivity.ImageSharpCompare" Version="4.1.379" />
8-
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.8" />
8+
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.10" />
99
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1010
<PackageVersion Include="NUnit" Version="4.4.0" />
1111
<PackageVersion Include="NUnit3TestAdapter" Version="6.0.0" />
12-
<PackageVersion Include="ProjectDefaults" Version="1.0.163" />
12+
<PackageVersion Include="ProjectDefaults" Version="1.0.166" />
1313
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.12" />
14-
<PackageVersion Include="Verify" Version="31.8.0" />
14+
<PackageVersion Include="Verify" Version="31.9.0" />
1515
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
16-
<PackageVersion Include="Verify.NUnit" Version="31.8.0" />
17-
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.4" />
16+
<PackageVersion Include="Verify.NUnit" Version="31.9.0" />
17+
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
1818
</ItemGroup>
1919
</Project>

src/Verify.ImageSharp.Compare.slnx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Solution>
1+
<Solution>
22
<Folder Name="/Solution Items/">
33
<File Path="../.gitignore" />
44
<File Path="../docs/intro.include.md" />
55
<File Path="../docs/zzz.include.md" />
66
<File Path="../readme.md" />
77
<File Path=".editorconfig" />
8-
<File Path=".gitattributes" />
8+
<File Path="../.gitattributes" />
99
<File Path="appveyor.yml" />
1010
<File Path="Directory.Build.props" />
1111
<File Path="Directory.Packages.props" />
@@ -15,4 +15,4 @@
1515
</Folder>
1616
<Project Path="Tests/Tests.csproj" />
1717
<Project Path="Verify.ImageSharp.Compare/Verify.ImageSharp.Compare.csproj" />
18-
</Solution>
18+
</Solution>

0 commit comments

Comments
 (0)