From d3deb0558ff6bc92ec454e0be67acda0faa368f5 Mon Sep 17 00:00:00 2001 From: Mingbo Peng Date: Tue, 26 Mar 2024 00:16:23 -0400 Subject: [PATCH] fix(csproj): improve csproj --- .../LadybugDisplaySchema.csproj | 47 +++++++++---------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/src/LadybugDisplaySchema/LadybugDisplaySchema.csproj b/src/LadybugDisplaySchema/LadybugDisplaySchema.csproj index 5c6c330..cbdcc54 100644 --- a/src/LadybugDisplaySchema/LadybugDisplaySchema.csproj +++ b/src/LadybugDisplaySchema/LadybugDisplaySchema.csproj @@ -1,28 +1,25 @@ - - netstandard2.0;net452 - true - 0.0.2.24 - Ladybug Tools - This is the .Net version of Ladybug Display Schema - Copyright © 2024 Ladybug Tools LLC - MIT - https://www.ladybug.tools/honeybee-schema - https://github.com/ladybug-tools/honeybee-schema-dotnet - - - - - - 1701;1702;1591;0108;0472 - none - false - - - - - - + + netstandard2.0;net48 + true + 0.0.2.24 + Ladybug Tools + This is the .Net version of Ladybug Display Schema + Copyright © 2024 Ladybug Tools LLC + MIT + https://www.ladybug.tools/honeybee-schema + https://github.com/ladybug-tools/honeybee-schema-dotnet + + + + 1701;1702;1591;0108;0472 + none + false + + + + + +