File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Microsoft.AzureHealth.DataServices.Core/Pipelines Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424 <PackageVersion Include =" Microsoft.Azure.Functions.Worker" Version =" 1.14.1" />
2525 <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" $(RuntimePackageVersion)" />
2626 <PackageVersion Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(RuntimePackageVersion)" />
27- <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" $(RuntimePackageVersion) " />
27+ <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.1 " />
2828 <PackageVersion Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 6.0.1" />
2929 <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" $(RuntimePackageVersion)" />
3030 <PackageVersion Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" $(RuntimePackageVersion)" />
Original file line number Diff line number Diff line change 55using System . Net ;
66using System . Net . Http ;
77using System . Net . Http . Headers ;
8- using System . Net . Mime ;
98using System . Security . Claims ;
109using System . Threading . Tasks ;
1110using Microsoft . Azure . Functions . Worker . Http ;
You can’t perform that action at this time.
0 commit comments