Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2021-09-02 04:42:32 +0300
committerGitHub <noreply@github.com>2021-09-02 04:42:32 +0300
commit683d464be76abdae22a11bf934a67817288bd931 (patch)
treeac8accd1ca05dc2ef0fb90ebf21377320d22f0d6 /sandbox
parentedbf65e37b924177dc8fd6d51fb363be47f1d3c8 (diff)
parent5dc5feed0abdd423d7b8fe222b9c2a3ac96a86ae (diff)
Merge pull request #1285 from AArnott/fix634
Add string interning option
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
index 4ef220a0..7c86c1eb 100644
--- a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
+++ b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
@@ -141,7 +141,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.Streams" Version="2.4.48" />
- <PackageReference Include="System.Memory" Version="4.5.3" />
- <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
+ <PackageReference Include="Microsoft.NET.StringTools" Version="1.0.0" />
</ItemGroup>
</Project>