Skip to content

Commit

Permalink
Update Microsoft.Extensions.Azure to 1.1.0-beta.2 (#18574)
Browse files Browse the repository at this point in the history
* update

* refs

* Make proj ref and mark as extension library

* service bus

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
  • Loading branch information
pakrym and JoshLove-msft authored Feb 9, 2021
1 parent bd9bf01 commit 57030a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<ItemGroup Condition="'$(IsExtensionClientLibrary)' == 'true'">
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="2.1.0" />
<PackageReference Update="Microsoft.Extensions.Azure" Version="1.0.0" />
<PackageReference Update="Microsoft.Extensions.Azure" Version="1.1.0-beta.1" Condition="'$(HasReleaseVersion)' == 'false'" />
<PackageReference Update="Microsoft.Extensions.Azure" Version="1.1.0-beta.2" Condition="'$(HasReleaseVersion)' == 'false'" />
<PackageReference Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" />
<PackageReference Update="Microsoft.Extensions.Configuration" Version="2.1.0" />
<PackageReference Update="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
<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" />

<!-- TODO: Switch to centralized versions when Microsoft.Extensions.Azure GA -->
<PackageReference Include="Microsoft.Extensions.Azure" VersionOverride="1.1.0-beta.1" />
</ItemGroup>

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<Version>5.0.0-beta.1</Version>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636;CA1507</NoWarn>
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Sources" VersionOverride="3.0.19" />
<PackageReference Include="Microsoft.Azure.WebJobs" VersionOverride="3.0.19" />
<!-- TODO: Switch to centralized versions when Microsoft.Extensions.Azure GA -->
<PackageReference Include="Microsoft.Extensions.Azure" VersionOverride="1.1.0-beta.1" />
<PackageReference Include="Microsoft.Azure.WebJobs" />
<PackageReference Include="Microsoft.Extensions.Azure" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 57030a8

Please sign in to comment.