11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1</ TargetFrameworks >
55 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
66 <Authors >electricessence</Authors >
77 <Company >electricessence</Company >
88 <Description >Interfaces and classes helful in managing tree-like data structures.
99
1010Part of the "Open" set of libraries.</Description >
1111 <Copyright >https://github.com/electricessence/Open.Hierarchy/blob/master/LICENSE</Copyright >
12- <PackageLicenseUrl >https://github.com/electricessence/Open.Hierarchy/blob/master/LICENSE </PackageLicenseUrl >
12+ <PackageLicenseUrl ></PackageLicenseUrl >
1313 <PackageProjectUrl >https://github.com/electricessence/Open.Hierarchy/</PackageProjectUrl >
1414 <RepositoryUrl >https://github.com/electricessence/Open.Hierarchy/</RepositoryUrl >
1515 <RepositoryType >git</RepositoryType >
1616 <PackageTags >dotnet, dotnetcore, cs, tree, node, hierarchy, parent, child, root</PackageTags >
17- <Version >1.5 .1</Version >
17+ <Version >1.6 .1</Version >
1818 <PackageReleaseNotes >Improved API. Implemented IList< Node< T>> for all nodes.
1919Validated mapping optimization.</PackageReleaseNotes >
20+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
2021 </PropertyGroup >
2122
2223 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
@@ -34,9 +35,7 @@ Validated mapping optimization.</PackageReleaseNotes>
3435 </ItemGroup >
3536
3637 <ItemGroup >
37- <PackageReference Include =" Open.Disposable" Version =" 1.2.1" />
38- <PackageReference Include =" Open.Disposable.ObjectPools" Version =" 2.1.3" />
39- <PackageReference Include =" Open.Numeric" Version =" 1.2.1" />
38+ <PackageReference Include =" Open.Disposable.ObjectPools" Version =" 2.3.2" />
4039 </ItemGroup >
4140
4241</Project >
0 commit comments