Skip to content

Commit

Permalink
Merge pull request #103 from AArnott/dropNBS
Browse files Browse the repository at this point in the history
Drop the Nerdbank.Streams dependency
  • Loading branch information
AArnott authored Nov 18, 2024
2 parents 4c81dac + 7207616 commit 8a69237
Show file tree
Hide file tree
Showing 8 changed files with 572 additions and 4 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageVersion Include="PolyType" Version="$(PolyTypeVersion)" />
<PackageVersion Include="PolyType.TestCases" Version="$(PolyTypeVersion)" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="xunit" Version="2.9.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nerdbank.MessagePack/Nerdbank.MessagePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Validation" PrivateAssets="compile" />
<PackageReference Include="Nerdbank.Streams" />
<PackageReference Include="PolyType" />
<PackageReference Include="System.IO.Pipelines" />
</ItemGroup>
<ItemGroup>
<None Update="Converters\IntConverters.tt">
Expand Down
1 change: 0 additions & 1 deletion src/Nerdbank.MessagePack/RawMessagePack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Microsoft;
using Nerdbank.Streams;

namespace Nerdbank.MessagePack;

Expand Down
2 changes: 0 additions & 2 deletions src/Nerdbank.MessagePack/SequencePool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

// This file was originally derived from https://github.com/MessagePack-CSharp/MessagePack-CSharp/
using Nerdbank.Streams;

namespace Nerdbank.MessagePack;

/// <summary>
Expand Down
Loading

0 comments on commit 8a69237

Please sign in to comment.