Skip to content

Commit

Permalink
Merge pull request #1515 from AArnott/StringToolsUpdate
Browse files Browse the repository at this point in the history
Update Microsoft.NET.StringTools dependency to 17.3.1
  • Loading branch information
AArnott authored Nov 19, 2022
2 parents aeb74e5 + c972b17 commit 45ff089
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="1.0.0" />
<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="1.0.0" />
<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 45ff089

Please sign in to comment.