From 8fd212eca026e53bb1de98534ab724275d4e171f Mon Sep 17 00:00:00 2001 From: virtual <1185513330@qq.com> Date: Wed, 3 Mar 2021 10:54:54 +0800 Subject: [PATCH] Upgrade package Signed-off-by: virtual <1185513330@qq.com> --- azure-pipelines.yml | 4 ++-- build.config | 2 +- build/version.props | 2 +- samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14ba0be..e41a85b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: steps: - task: UseDotNet@2 inputs: - version: '5.0.103' + version: '5.0.200' - powershell: .\build.ps1 displayName: 'Run build.ps1' @@ -25,7 +25,7 @@ jobs: steps: - task: UseDotNet@2 inputs: - version: '5.0.103' + version: '5.0.200' - script: | chmod +x ./build.sh displayName: 'Chmod build.sh' diff --git a/build.config b/build.config index 403ffb3..9d9fa02 100644 --- a/build.config +++ b/build.config @@ -1,3 +1,3 @@ #!/usr/bin/env bash CAKE_VERSION=0.38.5 -DOTNET_VERSION=5.0.103 \ No newline at end of file +DOTNET_VERSION=5.0.200 \ No newline at end of file diff --git a/build/version.props b/build/version.props index 88dcd7b..50621b4 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ 4 2 - 3 + 4 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj b/samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj index d345a9a..fb7169b 100644 --- a/samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj +++ b/samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj @@ -7,7 +7,7 @@ - +