Skip to content

Commit

Permalink
Restore net48 target for Dibix.Http.Server
Browse files Browse the repository at this point in the history
  • Loading branch information
C0nquistadore committed Jan 7, 2025
1 parent 327aeef commit 4cb4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dibix.Http.Server/Dibix.Http.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4cb4396

Please sign in to comment.