Skip to content

Commit

Permalink
Update versions of Azure.Core and Azure.Core.Experimental (Azure#12520)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Jun 4, 2020
1 parent e52bcc1 commit 46745c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<PackageReference Update="ApprovalTests" Version="3.0.22" />
<PackageReference Update="ApprovalUtilities" Version="3.0.22" />
<PackageReference Update="Azure.Data.AppConfiguration" Version="1.0.0" />
<PackageReference Update="Azure.Core" Version="1.2.1" />
<PackageReference Update="Azure.Core" Version="1.2.2" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.1" />
<PackageReference Update="Azure.Identity" Version="1.1.1" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.0.1" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Azure.Core.Experimental" />
<PackageReference Include="Microsoft.Azure.Amqp" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
Expand Down Expand Up @@ -47,9 +48,6 @@
<Compile Include="$(AzureCoreSharedSources)ValueStopwatch.cs" Link="SharedSource\Azure.Core\ValueStopwatch.cs" />

</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down

0 comments on commit 46745c8

Please sign in to comment.