Skip to content

Commit

Permalink
fix(TargetFrameworks): use netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Oct 22, 2024
1 parent 9a923be commit 07bb4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LadybugDisplaySchema/LadybugDisplaySchema.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.0.2.24</Version>
<Authors>Ladybug Tools</Authors>
Expand Down

0 comments on commit 07bb4b1

Please sign in to comment.