Skip to content

Commit

Permalink
[Storage] changing WebJobs ref to depend on a public nuget package ra…
Browse files Browse the repository at this point in the history
…ther than project
  • Loading branch information
brettsam committed Jan 24, 2020
1 parent 94a9815 commit 276f01d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,9 @@
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.5" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.0" />
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="11.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.14" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Host\WebJobs.Host.csproj" />
</ItemGroup>
</Project>

0 comments on commit 276f01d

Please sign in to comment.