Skip to content

Commit

Permalink
Update to 17.4.0 to fix break
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott authored Nov 19, 2022
1 parent 5b80281 commit c972b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.Streams" Version="2.8.57" />
<PackageReference Include="Microsoft.NET.StringTools" Version="17.3.1" />
<PackageReference Include="Microsoft.NET.StringTools" Version="17.4.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/MessagePack/MessagePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.StringTools" Version="17.3.1" />
<PackageReference Include="Microsoft.NET.StringTools" Version="17.4.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
Expand Down

0 comments on commit c972b17

Please sign in to comment.