Skip to content

Commit

Permalink
Return the target framework to netstandard1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 committed Jan 6, 2024
1 parent 1c1ad7b commit a0e2b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard1.0</TargetFramework>
<Description>
This is an attribute classes liblary for the PlantUmlClassDiagramGenerator.
https://www.nuget.org/packages/PlantUmlClassDiagramGenerator
Expand Down

0 comments on commit a0e2b36

Please sign in to comment.