File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >netstandard2.1;netstandard1.1</TargetFrameworks >
55 <!-- <TargetFramework>netstandard2.1</TargetFramework> -->
66 <PackageId >PooledStream</PackageId >
7- <PackageVersion >0.2.1</PackageVersion >
7+ <PackageVersion >0.2.1.1 </PackageVersion >
88 <Authors >itn3000</Authors >
99 <Description >Efficient MemoryStream powered by System.Buffers.ArrayPool</Description >
1010 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ stages:
5555 vmImage : windows-2019
5656 displayName : " Publish to nuget.org and github"
5757 steps :
58+ - task : NuGetToolInstaller@0
59+ displayName : enable nuget-5.3.1
60+ inputs :
61+ versionSpec : " 5.3.1"
5862 - task : DownloadPipelineArtifact@2
5963 displayName : download nupkg artifacts
6064 inputs :
You can’t perform that action at this time.
0 commit comments