11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1</ TargetFrameworks >
55 <Description >Useful set of extensions for processing collections of numerical data.
66
77Part of the "Open" set of libraries.</Description >
8- <PackageLicenseUrl >https://github.com/electricessence/Open.Collections.Numeric/blob/master/LISCENSE.md </PackageLicenseUrl >
8+ <PackageLicenseUrl ></PackageLicenseUrl >
99 <Product />
1010 <Company />
1111 <Authors >electricessence</Authors >
@@ -15,10 +15,11 @@ Part of the "Open" set of libraries.</Description>
1515 <RepositoryUrl >https://github.com/electricessence/Open.Collections.Numeric/</RepositoryUrl >
1616 <RepositoryType >git</RepositoryType >
1717 <PackageTags >dotnet, dotnet-core, dotnetcore, cs, collections, numeric, double, extensions, threadsafe, thread-safe</PackageTags >
18- <Version >1.2 .1</Version >
18+ <Version >1.3 .1</Version >
1919 <PackageReleaseNotes ></PackageReleaseNotes >
20- <AssemblyVersion >1.2.1.0</AssemblyVersion >
21- <FileVersion >1.2.1.0</FileVersion >
20+ <AssemblyVersion >1.3.1.0</AssemblyVersion >
21+ <FileVersion >1.3.1.0</FileVersion >
22+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
2223 </PropertyGroup >
2324
2425 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
@@ -37,9 +38,8 @@ Part of the "Open" set of libraries.</Description>
3738 </ItemGroup >
3839
3940 <ItemGroup >
40- <PackageReference Include =" Open.Collections" Version =" 2.4.4" />
41- <PackageReference Include =" Open.Numeric" Version =" 1.2.1" />
42- <PackageReference Include =" Open.Threading" Version =" 1.4.2" />
41+ <PackageReference Include =" Open.Collections" Version =" 2.6.0" />
42+ <PackageReference Include =" Open.Numeric" Version =" 2.0.1" />
4343 </ItemGroup >
4444
4545</Project >
0 commit comments