File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
WinGet.RestSource.Functions
WinGet.RestSource.Infrastructure/Templates/AzureFunction Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 <ItemGroup >
4444 <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.1.7" />
45- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 4.1 .0" />
46- <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.0 .0" />
47- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.12 " />
45+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 4.2 .0" />
46+ <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1 .0" />
47+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0 " />
4848 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.CosmosDB" Version =" 3.0.10" />
4949 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.DurableTask" Version =" 2.4.2" />
5050 </ItemGroup >
7373 <CopyToPublishDirectory >Never</CopyToPublishDirectory >
7474 </None >
7575 <None Update =" local.settings.json" >
76- <CopyToOutputDirectory >PreserveNewest </CopyToOutputDirectory >
76+ <CopyToOutputDirectory >Always </CopyToOutputDirectory >
7777 <CopyToPublishDirectory >Never</CopyToPublishDirectory >
7878 </None >
7979 </ItemGroup >
Original file line number Diff line number Diff line change 114114 },
115115 "functionExtensionVersion" : {
116116 "type" : " string" ,
117- "defaultValue" : " ~3 " ,
117+ "defaultValue" : " ~4 " ,
118118 "metadata" : {
119119 "description" : " Function Extension Version"
120120 }
You can’t perform that action at this time.
0 commit comments