Skip to content

Commit

Permalink
Update provider version to 4.0.0-preview in AspNetCore package (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilasharora authored Jul 23, 2020
1 parent bb7d3a1 commit 72e9d0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="4.0.0-preview-012940002-1111" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="4.0.0-preview" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'" >
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'" >
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>

0 comments on commit 72e9d0e

Please sign in to comment.