Skip to content

Commit

Permalink
refs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 13, 2024
1 parent 331e9d5 commit f32f76b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
resharper_merge_into_logical_pattern_highlighting = warning
resharper_merge_into_pattern_highlighting = error
resharper_method_has_async_overload_highlighting = warning
resharper_partial_type_with_single_part_highlighting = warning
resharper_partial_type_with_single_part_highlighting = error
resharper_redundant_base_qualifier_highlighting = warning
resharper_redundant_cast_highlighting = error
resharper_redundant_empty_object_creation_argument_list_highlighting = error
Expand Down Expand Up @@ -316,7 +316,7 @@ ij_xml_space_inside_empty_tag = true
indent_size = 2

# Verify settings
[*.{received,verified}.{txt,xml,json,md,sql,csv,html}]
[*.{received,verified}.{txt,xml,json,md,sql,csv,html,md}]
charset = "utf-8-bom"
end_of_line = lf
indent_size = unset
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="Polyfill" Version="7.4.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.141" />
<PackageVersion Include="ProjectDefaults" Version="1.0.142" />
<PackageVersion Include="Verify" Version="28.2.1" />
<PackageVersion Include="Verify.Nunit" Version="28.2.0" />
<PackageVersion Include="Verify.Nunit" Version="28.2.1" />
</ItemGroup>
</Project>

0 comments on commit f32f76b

Please sign in to comment.