Skip to content

Commit ffcdfb5

Browse files
Fix build against ktsu.Sdk 2.27.0
- Add PrivateAssets="all" to the Polyfill PackageReference (KTSU0007) - Commit the SDK-regenerated .editorconfig [patch]
1 parent 640299a commit ffcdfb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trim_trailing_whitespace = true
1919
[*.{cs,csx,cake,fs,fsx,vb,vbx}]
2020
indent_style = tab
2121

22-
file_header_template = Copyright (c) ktsu.dev\nAll rights reserved.\nLicensed under the MIT license.
22+
file_header_template = Copyright (c) 2023-2026 ktsu-dev contributors
2323

2424
# Default severity for all .NET Code Style rules
2525
dotnet_analyzer_diagnostic.severity = error
@@ -382,7 +382,7 @@ dotnet_naming_style.pascal_case.word_separator =
382382
dotnet_naming_style.pascal_case.capitalization = pascal_case
383383

384384
# C++ files
385-
[*.cpp,*.h,*.hpp,*.cc,*.hh,*.cxx,*.hxx]
385+
[*.{cpp,h,hpp,cc,hh,cxx,hxx}]
386386
indent_style = tab
387387

388388
# Naming convention rules (note: currently need to be ordered from more to less specific)

PreciseNumber/PreciseNumber.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Polyfill" />
10+
<PackageReference Include="Polyfill" PrivateAssets="all" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)