Skip to content

Commit

Permalink
Upgrade package
Browse files Browse the repository at this point in the history
Signed-off-by: virtual <1185513330@qq.com>
  • Loading branch information
cocosip committed Mar 3, 2021
1 parent ffcce33 commit 8fd212e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.38.5
DOTNET_VERSION=5.0.103
DOTNET_VERSION=5.0.200
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionMajor>4</VersionMajor>
<VersionMinor>2</VersionMinor>
<VersionPatch>3</VersionPatch>
<VersionPatch>4</VersionPatch>
<VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<VersionSuffix></VersionSuffix>
Expand Down
2 changes: 1 addition & 1 deletion samples/DotCommon.ConsoleTest/DotCommon.ConsoleTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.1" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8fd212e

Please sign in to comment.