This will be public anyway

This commit is contained in:
Matt Nadareski
2026-03-22 02:44:12 -04:00
parent 1acd448838
commit 2ade7495c7
2 changed files with 1 additions and 5 deletions

View File

@@ -30,10 +30,6 @@
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="SabreTools.Wrappers" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NetLegacySupport.Numerics" Version="1.0.1" Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`))" />
<PackageReference Include="SabreTools.IO" Version="[1.9.1]" />

View File

@@ -6,7 +6,7 @@ namespace SabreTools.Data.Extensions
{
// TODO: Add extension for printing enums, if possible
// TODO: Remove when IO is updated (SabreTools.IO.Extensions)
internal static class StringBuilderExtensions
public static class StringBuilderExtensions
{
/// <summary>
/// Append a line containing a boolean to a StringBuilder