Skip to content

Commit f7b3d18

Browse files
author
Oren (electricessence)
committed
Updated to .NET Standard for compatability.
1 parent 90edb25 commit f7b3d18

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Open.Collections.Numeric.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp1.1</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>Useful set of extensions for processing collections of numerical data.
66

77
Part of the "Open" set of libraries.</Description>
@@ -15,7 +15,10 @@ 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.0.3</Version>
18+
<Version>1.1.0</Version>
19+
<PackageReleaseNotes>Updated to .NET Standard for compatability.</PackageReleaseNotes>
20+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
21+
<FileVersion>1.1.0.0</FileVersion>
1922
</PropertyGroup>
2023

2124
<ItemGroup>
@@ -26,10 +29,9 @@ Part of the "Open" set of libraries.</Description>
2629
</ItemGroup>
2730

2831
<ItemGroup>
29-
<PackageReference Include="Open.Collections" Version="2.1.3" />
30-
<PackageReference Include="Open.Numeric" Version="1.0.5" />
31-
<PackageReference Include="Open.Text" Version="1.0.0" />
32-
<PackageReference Include="Open.Threading" Version="1.2.1" />
32+
<PackageReference Include="Open.Collections" Version="2.2.0" />
33+
<PackageReference Include="Open.Numeric" Version="1.1.0" />
34+
<PackageReference Include="Open.Threading" Version="1.3.0" />
3335
</ItemGroup>
3436

3537
</Project>

0 commit comments

Comments
 (0)