Skip to content

Commit 3083939

Browse files
committed
refs
1 parent ac490eb commit 3083939

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

.gitignore

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# Build results
2-
[Bb]in/
3-
[Oo]bj/
4-
5-
# Visual Studio cache directory
1+
*.suo
2+
*.user
3+
bin/
4+
obj/
65
.vs/
7-
8-
nugets/
9-
10-
# ReSharper is a .NET coding add-in
116
*.DotSettings.user
12-
13-
# Approval Tests
14-
*.received.*
7+
.idea/
8+
*.received.*
9+
nugets/

src/.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Auto detect text files and perform LF normalization
22
* text
3+
.editorconfig -text
4+
*.sln.DotSettings -text
35

46
# Denote all files that are truly binary and should not be modified.
57
*.snk binary

src/Tests/Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.3.0" PrivateAssets="all" />
1010
<PackageReference Include="NUnit" Version="3.13.2" />
1111
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
12-
<PackageReference Include="Verify.NUnit" Version="16.3.2" />
12+
<PackageReference Include="Verify.NUnit" Version="16.3.4" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1414
<ProjectReference Include="..\Verify.Phash\Verify.Phash.csproj" />
15-
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
15+
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
1616
<None Update="*.png">
1717
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1818
</None>

src/Verify.Phash/Verify.Phash.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<ItemGroup>
66
<PackageReference Include="Shipwreck.Phash.Bitmaps" Version="0.5.0" />
77
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
8-
<PackageReference Include="Verify" Version="16.3.2" />
9-
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
8+
<PackageReference Include="Verify" Version="16.3.4" />
9+
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
1010
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)