Skip to content

Commit a28e58f

Browse files
committed
chore(deps): Updated nuget packages
1 parent 3417464 commit a28e58f

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ indent_style = space
1111
trim_trailing_whitespace = true
1212
charset = utf-8
1313
end_of_line = lf
14+
max_line_length = 120
1415

1516
# Verify settings
1617
# https://github.com/VerifyTests/Verify?tab=readme-ov-file#text-file-settings
@@ -24,7 +25,7 @@ tab_width = unset
2425
trim_trailing_whitespace = false
2526

2627
# Code files
27-
[*.{cs,csx,vb,vbx}]
28+
[*.{cs,csx,vb,vbx,razor,razor.cs}]
2829
indent_size = 4
2930
insert_final_newline = true
3031
charset = utf-8-bom
@@ -34,6 +35,7 @@ charset = utf-8-bom
3435
# See https://github.com/dotnet/aspnetcore/pull/23502 and https://github.com/dotnet/aspnetcore/issues/22753
3536
[*.{razor,cshtml}]
3637
charset = utf-8-bom
38+
indent_size = 4
3739

3840
# Generated code
3941
[*{_AssemblyInfo.cs,.notsupported.cs,.generated.cs}]
@@ -121,7 +123,7 @@ dotnet_style_null_propagation = true :
121123

122124
# Modifier preferences
123125
# See https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-language-conventions?view=vs-2019#normalize-modifiers
124-
dotnet_style_require_accessibility_modifiers = always : error
126+
dotnet_style_require_accessibility_modifiers = for_non_interface_members : error
125127
dotnet_style_readonly_field = true : warning
126128

127129
# Required Styles

Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.0.2" />
8-
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.1.0" />
9-
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
7+
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.0.3" />
8+
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.3.0" />
9+
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0" />
1010
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
1111
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
12-
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
13-
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.3.39" />
14-
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200" />
12+
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
13+
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.3.115" />
14+
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.13.0.120203" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="2.6.26" />

0 commit comments

Comments
 (0)