From 9ac274f21dabee505763eed4f60d5a3c5c5b60fc Mon Sep 17 00:00:00 2001 From: MithrilMan Date: Tue, 21 May 2024 16:26:11 +0200 Subject: [PATCH] removed redundant package references contained already in DirectoryBuilder.props incremente version to 0.8.* --- Directory.Build.props | 11 ++++------- MithrilShards.sln | 5 ++--- .../MithrilShards.P2P.Benchmark.csproj | 13 ------------- src/ConnectionTest/ConnectionTest.csproj | 13 ------------- .../MithrilShards.Chain.Bitcoin.Dev.csproj | 13 ------------- ...rilShards.Chain.Bitcoin.Network.Bedrock.csproj | 12 ------------ .../MithrilShards.Chain.Bitcoin.csproj | 12 ------------ src/MithrilShards.Core/MithrilShards.Core.csproj | 15 +-------------- .../MithrilShards.Dev.Controller.csproj | 12 ------------ ...ilShards.Diagnostic.StatisticsCollector.csproj | 13 ------------- .../MithrilShards.Example.Dev.csproj | 13 ------------- .../MithrilShards.Example.Network.Bedrock.csproj | 13 ------------- .../MithrilShards.Example.Node.csproj | 13 ------------- .../MithrilShards.Example.csproj | 12 ------------ .../MithrilShards.Logging.Serilog.csproj | 13 ------------- .../MithrilShards.Logging.TableFormatter.csproj | 13 ------------- .../BedrockNetworkShard.cs | 2 -- .../MithrilShards.Network.Bedrock.csproj | 13 ------------- .../MithrilShards.UI.BlazorServer.csproj | 13 ------------- .../MithrilShards.WebApi.csproj | 13 ------------- .../MithrilShards.Chain.BitcoinTests.csproj | 10 ---------- version.json | 2 +- 22 files changed, 8 insertions(+), 241 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 52eac962..8f4050aa 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -38,13 +38,10 @@ - - - - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MithrilShards.sln b/MithrilShards.sln index 3e95428b..002f9dff 100644 --- a/MithrilShards.sln +++ b/MithrilShards.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29609.76 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34902.65 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CodeStyle", "CodeStyle", "{4745214D-E97C-41B1-A1A3-5C8237C59B72}" ProjectSection(SolutionItems) = preProject @@ -69,7 +69,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MithrilShards.WebApi", "src EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{BDB5B467-A0FD-4054-9950-C708F61E499D}" ProjectSection(SolutionItems) = preProject - Directory.Build.props = Directory.Build.props LICENSE = LICENSE EndProjectSection EndProject diff --git a/benchmarks/MithrilShards.P2P.Benchmark/MithrilShards.P2P.Benchmark.csproj b/benchmarks/MithrilShards.P2P.Benchmark/MithrilShards.P2P.Benchmark.csproj index 13afc3ea..807fcffe 100644 --- a/benchmarks/MithrilShards.P2P.Benchmark/MithrilShards.P2P.Benchmark.csproj +++ b/benchmarks/MithrilShards.P2P.Benchmark/MithrilShards.P2P.Benchmark.csproj @@ -23,17 +23,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/ConnectionTest/ConnectionTest.csproj b/src/ConnectionTest/ConnectionTest.csproj index e11cbe3b..b31a2c98 100644 --- a/src/ConnectionTest/ConnectionTest.csproj +++ b/src/ConnectionTest/ConnectionTest.csproj @@ -40,17 +40,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Chain.Bitcoin.Dev/MithrilShards.Chain.Bitcoin.Dev.csproj b/src/MithrilShards.Chain.Bitcoin.Dev/MithrilShards.Chain.Bitcoin.Dev.csproj index b0b01965..c6beef65 100644 --- a/src/MithrilShards.Chain.Bitcoin.Dev/MithrilShards.Chain.Bitcoin.Dev.csproj +++ b/src/MithrilShards.Chain.Bitcoin.Dev/MithrilShards.Chain.Bitcoin.Dev.csproj @@ -8,17 +8,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Chain.Bitcoin.Network.Bedrock/MithrilShards.Chain.Bitcoin.Network.Bedrock.csproj b/src/MithrilShards.Chain.Bitcoin.Network.Bedrock/MithrilShards.Chain.Bitcoin.Network.Bedrock.csproj index 06a2012e..a5feaea7 100644 --- a/src/MithrilShards.Chain.Bitcoin.Network.Bedrock/MithrilShards.Chain.Bitcoin.Network.Bedrock.csproj +++ b/src/MithrilShards.Chain.Bitcoin.Network.Bedrock/MithrilShards.Chain.Bitcoin.Network.Bedrock.csproj @@ -7,16 +7,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/MithrilShards.Chain.Bitcoin/MithrilShards.Chain.Bitcoin.csproj b/src/MithrilShards.Chain.Bitcoin/MithrilShards.Chain.Bitcoin.csproj index bd31fbce..bb557adb 100644 --- a/src/MithrilShards.Chain.Bitcoin/MithrilShards.Chain.Bitcoin.csproj +++ b/src/MithrilShards.Chain.Bitcoin/MithrilShards.Chain.Bitcoin.csproj @@ -16,16 +16,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/MithrilShards.Core/MithrilShards.Core.csproj b/src/MithrilShards.Core/MithrilShards.Core.csproj index 6c6b80da..39f219a1 100644 --- a/src/MithrilShards.Core/MithrilShards.Core.csproj +++ b/src/MithrilShards.Core/MithrilShards.Core.csproj @@ -11,9 +11,9 @@ - + @@ -27,17 +27,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Dev.Controller/MithrilShards.Dev.Controller.csproj b/src/MithrilShards.Dev.Controller/MithrilShards.Dev.Controller.csproj index 6ae7c68f..2cb8e19a 100644 --- a/src/MithrilShards.Dev.Controller/MithrilShards.Dev.Controller.csproj +++ b/src/MithrilShards.Dev.Controller/MithrilShards.Dev.Controller.csproj @@ -17,16 +17,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - \ No newline at end of file diff --git a/src/MithrilShards.Diagnostic.StatisticsCollector/MithrilShards.Diagnostic.StatisticsCollector.csproj b/src/MithrilShards.Diagnostic.StatisticsCollector/MithrilShards.Diagnostic.StatisticsCollector.csproj index f8e483f9..33290985 100644 --- a/src/MithrilShards.Diagnostic.StatisticsCollector/MithrilShards.Diagnostic.StatisticsCollector.csproj +++ b/src/MithrilShards.Diagnostic.StatisticsCollector/MithrilShards.Diagnostic.StatisticsCollector.csproj @@ -9,17 +9,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Example.Dev/MithrilShards.Example.Dev.csproj b/src/MithrilShards.Example.Dev/MithrilShards.Example.Dev.csproj index 1a490c43..0f6cc897 100644 --- a/src/MithrilShards.Example.Dev/MithrilShards.Example.Dev.csproj +++ b/src/MithrilShards.Example.Dev/MithrilShards.Example.Dev.csproj @@ -5,17 +5,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Example.Network.Bedrock/MithrilShards.Example.Network.Bedrock.csproj b/src/MithrilShards.Example.Network.Bedrock/MithrilShards.Example.Network.Bedrock.csproj index 2977de2a..8c74a458 100644 --- a/src/MithrilShards.Example.Network.Bedrock/MithrilShards.Example.Network.Bedrock.csproj +++ b/src/MithrilShards.Example.Network.Bedrock/MithrilShards.Example.Network.Bedrock.csproj @@ -5,17 +5,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Example.Node/MithrilShards.Example.Node.csproj b/src/MithrilShards.Example.Node/MithrilShards.Example.Node.csproj index 92a57719..f7084421 100644 --- a/src/MithrilShards.Example.Node/MithrilShards.Example.Node.csproj +++ b/src/MithrilShards.Example.Node/MithrilShards.Example.Node.csproj @@ -38,17 +38,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Example/MithrilShards.Example.csproj b/src/MithrilShards.Example/MithrilShards.Example.csproj index 1fb00f5a..1c56ae8e 100644 --- a/src/MithrilShards.Example/MithrilShards.Example.csproj +++ b/src/MithrilShards.Example/MithrilShards.Example.csproj @@ -14,16 +14,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/src/MithrilShards.Logging.Serilog/MithrilShards.Logging.Serilog.csproj b/src/MithrilShards.Logging.Serilog/MithrilShards.Logging.Serilog.csproj index fe6bf341..095ab554 100644 --- a/src/MithrilShards.Logging.Serilog/MithrilShards.Logging.Serilog.csproj +++ b/src/MithrilShards.Logging.Serilog/MithrilShards.Logging.Serilog.csproj @@ -24,17 +24,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Logging.TableFormatter/MithrilShards.Logging.TableFormatter.csproj b/src/MithrilShards.Logging.TableFormatter/MithrilShards.Logging.TableFormatter.csproj index 187db426..27832ade 100644 --- a/src/MithrilShards.Logging.TableFormatter/MithrilShards.Logging.TableFormatter.csproj +++ b/src/MithrilShards.Logging.TableFormatter/MithrilShards.Logging.TableFormatter.csproj @@ -4,17 +4,4 @@ true - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.Network.Bedrock/BedrockNetworkShard.cs b/src/MithrilShards.Network.Bedrock/BedrockNetworkShard.cs index 12b0553f..fdb3fd98 100644 --- a/src/MithrilShards.Network.Bedrock/BedrockNetworkShard.cs +++ b/src/MithrilShards.Network.Bedrock/BedrockNetworkShard.cs @@ -2,14 +2,12 @@ using System.Collections.Generic; using System.Linq; using System.Net; -using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using Bedrock.Framework; using Microsoft.AspNetCore.Connections; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; -using MithrilShards.Core.EventBus; using MithrilShards.Core.Network; using MithrilShards.Core.Network.Server; using MithrilShards.Core.Network.Server.Guards; diff --git a/src/MithrilShards.Network.Bedrock/MithrilShards.Network.Bedrock.csproj b/src/MithrilShards.Network.Bedrock/MithrilShards.Network.Bedrock.csproj index 7c81ce8a..403f4289 100644 --- a/src/MithrilShards.Network.Bedrock/MithrilShards.Network.Bedrock.csproj +++ b/src/MithrilShards.Network.Bedrock/MithrilShards.Network.Bedrock.csproj @@ -12,17 +12,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.UI.BlazorServer/MithrilShards.UI.BlazorServer.csproj b/src/MithrilShards.UI.BlazorServer/MithrilShards.UI.BlazorServer.csproj index 41ca4e02..c4a0521f 100644 --- a/src/MithrilShards.UI.BlazorServer/MithrilShards.UI.BlazorServer.csproj +++ b/src/MithrilShards.UI.BlazorServer/MithrilShards.UI.BlazorServer.csproj @@ -15,17 +15,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/src/MithrilShards.WebApi/MithrilShards.WebApi.csproj b/src/MithrilShards.WebApi/MithrilShards.WebApi.csproj index 1a4ef3f5..f433f18f 100644 --- a/src/MithrilShards.WebApi/MithrilShards.WebApi.csproj +++ b/src/MithrilShards.WebApi/MithrilShards.WebApi.csproj @@ -26,17 +26,4 @@ - - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - \ No newline at end of file diff --git a/tests/MithrilShards.Chain.BitcoinTests/MithrilShards.Chain.BitcoinTests.csproj b/tests/MithrilShards.Chain.BitcoinTests/MithrilShards.Chain.BitcoinTests.csproj index 1a7de31b..190c86fd 100644 --- a/tests/MithrilShards.Chain.BitcoinTests/MithrilShards.Chain.BitcoinTests.csproj +++ b/tests/MithrilShards.Chain.BitcoinTests/MithrilShards.Chain.BitcoinTests.csproj @@ -34,16 +34,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - diff --git a/version.json b/version.json index 45be3cab..5e925315 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.1-preview", + "version": "0.8-preview", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/tags/v\\d+\\.\\d+"