Skip to content

Commit 6ddd1fd

Browse files
author
Oren (electricessence)
committed
Updated to .NET Standard for compatability.
1 parent ab4baba commit 6ddd1fd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Open.Arithmetic.csproj

Lines changed: 6 additions & 3 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>Simple set of arithmetic extensions.
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.Arithmetic/</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>dotnet, dotnet-core, dotnetcore, cs, math, dynamic, arithmetic</PackageTags>
18-
<Version>1.0.4</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,7 +29,7 @@ Part of the "Open" set of libraries.</Description>
2629
</ItemGroup>
2730

2831
<ItemGroup>
29-
<PackageReference Include="Open.Collections" Version="2.1.3" />
32+
<PackageReference Include="Open.Collections" Version="2.2.0" />
3033
</ItemGroup>
3134

3235
</Project>

0 commit comments

Comments
 (0)