Skip to content

Commit

Permalink
build: update Polyfill to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot committed Dec 24, 2023
1 parent 60d7f52 commit ccbb50e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,021 deletions.
4 changes: 2 additions & 2 deletions src/EnumUtilities/Common/CodeWriterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ public None ToStringWithCulture(None none)
}

[InterpolatedStringHandler]
protected readonly struct WriteInterpolatedStringHandler
protected struct WriteInterpolatedStringHandler
{
private readonly AppendInterpolatedStringHandler _handler;
private AppendInterpolatedStringHandler _handler;

public WriteInterpolatedStringHandler(int literalLength, int formattedCount, CodeWriterBase codeWriter)
{
Expand Down
2 changes: 1 addition & 1 deletion src/EnumUtilities/EnumUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.33.2">
<PackageReference Include="Polyfill" Version="1.34.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
323 changes: 0 additions & 323 deletions src/EnumUtilities/Polyfill/AppendInterpolatedStringHandler.cs

This file was deleted.

Loading

0 comments on commit ccbb50e

Please sign in to comment.