Skip to content

Commit

Permalink
Revert branch 'genexuslabs:Issue201688' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarez authored and Beta Bot committed Dec 31, 2024
1 parent 77e81eb commit 2ee42f8
Show file tree
Hide file tree
Showing 7 changed files with 575 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>

<ItemGroup Condition="'$(HttpSupport)' == 'true'">
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<Compile Include="HttpHandler\*" />
</ItemGroup>

Expand All @@ -69,7 +69,6 @@

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.42.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.4" OutputItemType="Analyzer" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
Expand Down Expand Up @@ -100,7 +99,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Functions\" />
<Folder Include="HttpHandler\" />
</ItemGroup>
<Target Name="CustomContentTarget">
<ItemGroup Condition="$(GenStdVersion)==''">
Expand Down

This file was deleted.

225 changes: 0 additions & 225 deletions dotnet/src/extensions/Azure/Handlers/HttpHandler/GXHttpAzureContext.cs

This file was deleted.

Loading

0 comments on commit 2ee42f8

Please sign in to comment.