Skip to content

Commit 8534f3f

Browse files
author
Zach Carpenter
authored
Fix Runtime Issues and build problems (#216)
* Upgrade Packages * Update Function Extension Version
1 parent f0b5523 commit 8534f3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/WinGet.RestSource.Functions/WinGet.RestSource.Functions.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
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>
@@ -73,7 +73,7 @@
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>

src/WinGet.RestSource.Infrastructure/Templates/AzureFunction/azurefunction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
"functionExtensionVersion": {
116116
"type": "string",
117-
"defaultValue": "~3",
117+
"defaultValue": "~4",
118118
"metadata": {
119119
"description": "Function Extension Version"
120120
}

0 commit comments

Comments
 (0)