Skip to content

Commit 1aa5bec

Browse files
committed
Fixed Numpy.Bare which was accidentally set up as .net core library. Correct is .NET Standard
1 parent 2d1035d commit 1aa5bec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Numpy.Bare/Numpy.Bare.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>Numpy</RootNamespace>
66
<AssemblyName>Numpy.Bare</AssemblyName>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -15,7 +15,7 @@
1515
<RepositoryUrl>https://github.com/SciSharp/Numpy.NET</RepositoryUrl>
1616
<PackageTags>Data science, Machine Learning, AI, Scientific Computing, NumPy</PackageTags>
1717
<PackageLicenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</PackageLicenseUrl>
18-
<Version>1.0.1</Version>
18+
<Version>1.1.0</Version>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)