Skip to content

Commit

Permalink
Update Directory.Packages.props
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
  • Loading branch information
neilr81 and K-Cully authored Feb 8, 2024
1 parent 4814602 commit 3e55fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>
<ItemGroup Label="DotNet 7 Package Versions." Condition="'$(TargetFramework)' == '$(OldestSupportedDotNetVersion)'">
<ItemGroup Label="Previous DotNet Package Versions." Condition="'$(TargetFramework)' == '$(OldestSupportedDotNetVersion)' And '$(OldestSupportedDotNetVersion)' != '$(LatestSupportedDotNetVersion)'">

<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
Expand Down

0 comments on commit 3e55fea

Please sign in to comment.