Skip to content

Commit

Permalink
Downgrade dependency to be compatible with Azure Functions v3
Browse files Browse the repository at this point in the history
Latest v3 tools as of now is 3.23.4 which bundles 3.1.13 of Microsoft.Extensions assemblies.
  • Loading branch information
kzu authored Jun 12, 2021
1 parent 3535375 commit bf0b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note: section is required and subsection is optional, just like in dotnet-config

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.14" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bf0b1d1

Please sign in to comment.