Skip to content

Commit

Permalink
Add explicit reference to Azure.Core with the correct version to prev…
Browse files Browse the repository at this point in the history
…ent task failure. (dotnet#8118)
  • Loading branch information
MattGal committed Nov 2, 2021
1 parent 6bfce88 commit 0c589c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="$(AzureCoreVersion)" />
<PackageReference Include="Azure.Storage.Blobs" Version="$(AzureStorageBlobsVersion)" />
<PackageReference Include="DotNet.SleetLib" Version="$(DotNetSleetLibVersion)" />
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildVersion)" />
Expand Down

0 comments on commit 0c589c5

Please sign in to comment.