Skip to content

Commit

Permalink
Make proj ref and mark as extension library
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Feb 9, 2021
1 parent 848c9c0 commit 80598f1
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@
<Version>5.0.0-beta.1</Version>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636</NoWarn>
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.EventHubs" />
<PackageReference Include="Azure.Storage.Blobs" />
<PackageReference Include="Microsoft.Azure.WebJobs" />

<PackageReference Include="Microsoft.Extensions.Azure" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../../Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="$(AzureCoreSharedSources)Argument.cs" LinkBase="SharedSource" />
<Compile Include="$(AzureCoreSharedSources)ConnectionString.cs" LinkBase="SharedSource" />
Expand Down

0 comments on commit 80598f1

Please sign in to comment.