From caf0005784436fa2382084ed197327371478218f Mon Sep 17 00:00:00 2001 From: HavenDV Date: Fri, 8 Dec 2023 10:34:24 +0400 Subject: [PATCH] fix: Fixed problems with $(BUILD_NUMBER). --- src/libs/Directory.Build.props | 2 +- .../H.Formatters.Newtonsoft.Json.csproj | 2 +- .../H.Formatters.System.Text.Json.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 0283ea9..f5eeb9b 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -36,7 +36,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/libs/H.Formatters.Newtonsoft.Json/H.Formatters.Newtonsoft.Json.csproj b/src/libs/H.Formatters.Newtonsoft.Json/H.Formatters.Newtonsoft.Json.csproj index 30059e7..9df2bb7 100644 --- a/src/libs/H.Formatters.Newtonsoft.Json/H.Formatters.Newtonsoft.Json.csproj +++ b/src/libs/H.Formatters.Newtonsoft.Json/H.Formatters.Newtonsoft.Json.csproj @@ -7,7 +7,7 @@ - 13.0.$(BUILD_NUMBER) + 13.0.4 This package adds NewtonsoftJsonFormatter(based on Newtonsoft.Json) diff --git a/src/libs/H.Formatters.System.Text.Json/H.Formatters.System.Text.Json.csproj b/src/libs/H.Formatters.System.Text.Json/H.Formatters.System.Text.Json.csproj index b658e5b..0c59c3d 100644 --- a/src/libs/H.Formatters.System.Text.Json/H.Formatters.System.Text.Json.csproj +++ b/src/libs/H.Formatters.System.Text.Json/H.Formatters.System.Text.Json.csproj @@ -7,7 +7,7 @@ - 12.0.$(BUILD_NUMBER) + 12.1.0 This package adds SystemTextJsonFormatter(based on System.Text.Json)