Skip to content

Commit 0dfa538

Browse files
authored
Update dependencies in CSharp sample (#10133)
1 parent c6365fd commit 0dfa538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/CSharp/HttpTrigger-Compat/function.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim " Version="2.1.1" />
6+
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
7+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
78
</ItemGroup>
89
</Project>

0 commit comments

Comments
 (0)