mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
This will be public anyway
This commit is contained in:
@@ -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]" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user