From 4f94084d99702768847f33198a8691c1627aa684 Mon Sep 17 00:00:00 2001 From: miko Date: Wed, 11 Oct 2023 19:47:18 +0800 Subject: [PATCH] Update dependencies --- .../Benchmarks.AllocatorStringTests.csproj | 2 +- code/Benchmarks.AllocatorTests/Benchmarks.AllocatorTests.csproj | 2 +- code/Benchmarks.ArrayTests/Benchmarks.ArrayTests.csproj | 2 +- .../Benchmarks.BinaryDictionaryTests.csproj | 2 +- .../Benchmarks.CollectionDecodeTests.csproj | 2 +- .../Benchmarks.CollectionTests.csproj | 2 +- code/Benchmarks.ConverterTests/Benchmarks.ConverterTests.csproj | 2 +- .../Benchmarks.EnumerationTests.csproj | 2 +- .../Benchmarks.FSharpListTests.fsproj | 2 +- code/Benchmarks.FSharpSetTests/Benchmarks.FSharpSetTests.fsproj | 2 +- code/Benchmarks.GeneratorTests/Benchmarks.GeneratorTests.csproj | 2 +- .../Benchmarks.IntegrationTests.csproj | 2 +- .../Benchmarks.LengthPrefixEncodeTests.csproj | 2 +- .../Benchmarks.ListDecodeTests.csproj | 2 +- .../Benchmarks.ObjectConverterTests.csproj | 2 +- code/Benchmarks.ObjectTests/Benchmarks.ObjectTests.csproj | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/code/Benchmarks.AllocatorStringTests/Benchmarks.AllocatorStringTests.csproj b/code/Benchmarks.AllocatorStringTests/Benchmarks.AllocatorStringTests.csproj index 917c64ae..1d85bdc1 100644 --- a/code/Benchmarks.AllocatorStringTests/Benchmarks.AllocatorStringTests.csproj +++ b/code/Benchmarks.AllocatorStringTests/Benchmarks.AllocatorStringTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.AllocatorTests/Benchmarks.AllocatorTests.csproj b/code/Benchmarks.AllocatorTests/Benchmarks.AllocatorTests.csproj index 92d89668..9add9618 100644 --- a/code/Benchmarks.AllocatorTests/Benchmarks.AllocatorTests.csproj +++ b/code/Benchmarks.AllocatorTests/Benchmarks.AllocatorTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.ArrayTests/Benchmarks.ArrayTests.csproj b/code/Benchmarks.ArrayTests/Benchmarks.ArrayTests.csproj index 9b9b59e2..c99628ff 100644 --- a/code/Benchmarks.ArrayTests/Benchmarks.ArrayTests.csproj +++ b/code/Benchmarks.ArrayTests/Benchmarks.ArrayTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.BinaryDictionaryTests/Benchmarks.BinaryDictionaryTests.csproj b/code/Benchmarks.BinaryDictionaryTests/Benchmarks.BinaryDictionaryTests.csproj index 6e6911c3..260aa952 100644 --- a/code/Benchmarks.BinaryDictionaryTests/Benchmarks.BinaryDictionaryTests.csproj +++ b/code/Benchmarks.BinaryDictionaryTests/Benchmarks.BinaryDictionaryTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.CollectionDecodeTests/Benchmarks.CollectionDecodeTests.csproj b/code/Benchmarks.CollectionDecodeTests/Benchmarks.CollectionDecodeTests.csproj index 8078f29c..e2e74c6e 100644 --- a/code/Benchmarks.CollectionDecodeTests/Benchmarks.CollectionDecodeTests.csproj +++ b/code/Benchmarks.CollectionDecodeTests/Benchmarks.CollectionDecodeTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.CollectionTests/Benchmarks.CollectionTests.csproj b/code/Benchmarks.CollectionTests/Benchmarks.CollectionTests.csproj index a451dae9..88b3b113 100644 --- a/code/Benchmarks.CollectionTests/Benchmarks.CollectionTests.csproj +++ b/code/Benchmarks.CollectionTests/Benchmarks.CollectionTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.ConverterTests/Benchmarks.ConverterTests.csproj b/code/Benchmarks.ConverterTests/Benchmarks.ConverterTests.csproj index bd642649..f12e5e0e 100644 --- a/code/Benchmarks.ConverterTests/Benchmarks.ConverterTests.csproj +++ b/code/Benchmarks.ConverterTests/Benchmarks.ConverterTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.EnumerationTests/Benchmarks.EnumerationTests.csproj b/code/Benchmarks.EnumerationTests/Benchmarks.EnumerationTests.csproj index 498bd51c..c0e2e529 100644 --- a/code/Benchmarks.EnumerationTests/Benchmarks.EnumerationTests.csproj +++ b/code/Benchmarks.EnumerationTests/Benchmarks.EnumerationTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.FSharpListTests/Benchmarks.FSharpListTests.fsproj b/code/Benchmarks.FSharpListTests/Benchmarks.FSharpListTests.fsproj index 60af3920..cea8bd58 100644 --- a/code/Benchmarks.FSharpListTests/Benchmarks.FSharpListTests.fsproj +++ b/code/Benchmarks.FSharpListTests/Benchmarks.FSharpListTests.fsproj @@ -7,7 +7,7 @@ - + diff --git a/code/Benchmarks.FSharpSetTests/Benchmarks.FSharpSetTests.fsproj b/code/Benchmarks.FSharpSetTests/Benchmarks.FSharpSetTests.fsproj index b3fc9282..e06e2012 100644 --- a/code/Benchmarks.FSharpSetTests/Benchmarks.FSharpSetTests.fsproj +++ b/code/Benchmarks.FSharpSetTests/Benchmarks.FSharpSetTests.fsproj @@ -7,7 +7,7 @@ - + diff --git a/code/Benchmarks.GeneratorTests/Benchmarks.GeneratorTests.csproj b/code/Benchmarks.GeneratorTests/Benchmarks.GeneratorTests.csproj index e3dd8363..0ddc2af0 100644 --- a/code/Benchmarks.GeneratorTests/Benchmarks.GeneratorTests.csproj +++ b/code/Benchmarks.GeneratorTests/Benchmarks.GeneratorTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.IntegrationTests/Benchmarks.IntegrationTests.csproj b/code/Benchmarks.IntegrationTests/Benchmarks.IntegrationTests.csproj index 9e84ce77..8206576b 100644 --- a/code/Benchmarks.IntegrationTests/Benchmarks.IntegrationTests.csproj +++ b/code/Benchmarks.IntegrationTests/Benchmarks.IntegrationTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.LengthPrefixEncodeTests/Benchmarks.LengthPrefixEncodeTests.csproj b/code/Benchmarks.LengthPrefixEncodeTests/Benchmarks.LengthPrefixEncodeTests.csproj index 0993def3..6e6e1b3f 100644 --- a/code/Benchmarks.LengthPrefixEncodeTests/Benchmarks.LengthPrefixEncodeTests.csproj +++ b/code/Benchmarks.LengthPrefixEncodeTests/Benchmarks.LengthPrefixEncodeTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.ListDecodeTests/Benchmarks.ListDecodeTests.csproj b/code/Benchmarks.ListDecodeTests/Benchmarks.ListDecodeTests.csproj index 2deec8f4..656564a8 100644 --- a/code/Benchmarks.ListDecodeTests/Benchmarks.ListDecodeTests.csproj +++ b/code/Benchmarks.ListDecodeTests/Benchmarks.ListDecodeTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.ObjectConverterTests/Benchmarks.ObjectConverterTests.csproj b/code/Benchmarks.ObjectConverterTests/Benchmarks.ObjectConverterTests.csproj index 562323f0..5b0cea1e 100644 --- a/code/Benchmarks.ObjectConverterTests/Benchmarks.ObjectConverterTests.csproj +++ b/code/Benchmarks.ObjectConverterTests/Benchmarks.ObjectConverterTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/code/Benchmarks.ObjectTests/Benchmarks.ObjectTests.csproj b/code/Benchmarks.ObjectTests/Benchmarks.ObjectTests.csproj index 0301757f..c1ff3094 100644 --- a/code/Benchmarks.ObjectTests/Benchmarks.ObjectTests.csproj +++ b/code/Benchmarks.ObjectTests/Benchmarks.ObjectTests.csproj @@ -10,7 +10,7 @@ - +