File tree 4 files changed +13
-16
lines changed
4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
- # Build results
2
- [Bb ]in /
3
- [Oo ]bj /
4
-
5
- # Visual Studio cache directory
1
+ * .suo
2
+ * .user
3
+ bin /
4
+ obj /
6
5
.vs /
7
-
8
- nugets /
9
-
10
- # ReSharper is a .NET coding add-in
11
6
* .DotSettings.user
12
-
13
- # Approval Tests
14
- * .received. *
7
+ .idea /
8
+ * .received. *
9
+ nugets /
Original file line number Diff line number Diff line change 1
1
# Auto detect text files and perform LF normalization
2
2
* text
3
+ .editorconfig - text
4
+ * .sln.DotSettings - text
3
5
4
6
# Denote all files that are truly binary and should not be modified.
5
7
* .snk binary
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" MarkdownSnippets.MsBuild" Version =" 24.3.0" PrivateAssets =" all" />
10
10
<PackageReference Include =" NUnit" Version =" 3.13.2" />
11
11
<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 " />
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
14
14
<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" />
16
16
<None Update =" *.png" >
17
17
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
18
18
</None >
Original file line number Diff line number Diff line change 5
5
<ItemGroup >
6
6
<PackageReference Include =" Shipwreck.Phash.Bitmaps" Version =" 0.5.0" />
7
7
<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" />
10
10
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" Condition =" $(Configuration) == 'Release'" />
11
11
</ItemGroup >
12
12
</Project >
You can’t perform that action at this time.
0 commit comments