Skip to content

Commit

Permalink
Update dependencies in CSharp sample (#10133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed May 16, 2024
1 parent c6365fd commit 0dfa538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/CSharp/HttpTrigger-Compat/function.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim " Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>

0 comments on commit 0dfa538

Please sign in to comment.