Skip to content

Commit

Permalink
fix: project file fix applied
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Jan 30, 2025
1 parent 64145a0 commit af6d906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BB84.Extensions/BB84.Extensions.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup Condition="'$(TargetFramework)'=='net462' or '$(TargetFramework)'=='net481' or '$(TargetFramework)'=='netstandard2.0'">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup Condition="'$(TargetFramework)'=='net462' or '$(TargetFramework)'=='net481' or '$(TargetFramework)'=='netstandard2.0' or '$(TargetFramework)'=='netstandard2.1'">
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Net.Http" />
</ItemGroup>
Expand Down

0 comments on commit af6d906

Please sign in to comment.