Skip to content

Commit

Permalink
Cleanup after WebJobs Release (#46079)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye authored Sep 19, 2024
1 parent d089242 commit 1c45c1b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
Expand All @@ -15,9 +15,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Blobs\src\Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.csproj" />
<!-- Remove pointing to the released package of Microsoft.Azure.WebJobs.Extensions.Storage.Queues and reenable pointing to the unreleased version after
release the common package. https://github.com/Azure/azure-sdk-for-net/issues/38145 -->
<!--<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Queues\src\Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj" /> -->
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage.Queues" VersionOverride="5.1.3" />
<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Queues\src\Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj" />
</ItemGroup>
</Project>

0 comments on commit 1c45c1b

Please sign in to comment.