Skip to content

Commit

Permalink
updating http extension (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Aug 29, 2022
1 parent 099c867 commit 3db5b1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -11,7 +11,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<FunctionsSdkVersion>3.1.1</FunctionsSdkVersion>
<FunctionsSdkVersion>3.1.2</FunctionsSdkVersion>
</PropertyGroup>

</Project>
Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<!-- MSBuild task assemblies -->
<!-- MSBuild task assemblies -->
<None Include="$(FunctionsBuildTaskOutputPath)\netstandard2.0\Microsoft.NET.Sdk.Functions.MSBuild.dll">
<Pack>true</Pack>
<PackagePath>tools\netcoreapp3.1\</PackagePath>
Expand Down Expand Up @@ -72,10 +72,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Analyzers" Version="[1.0.0,2.0.0)" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.23,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.32,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.6" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.0.2,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.2.0,3.3.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="$(ExtensionsMetadataGeneratorVersion)" />
</ItemGroup>
</ItemGroup>

</Project>

0 comments on commit 3db5b1e

Please sign in to comment.