Skip to content

Commit 9614ca9

Browse files
committed
fix(csproj): target netstandard instead of core
1 parent 66dbdc5 commit 9614ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<VersionPrefix>2.0.0</VersionPrefix>
4-
<TargetFramework>netcoreapp1.0</TargetFramework>
4+
<TargetFrameworks>netstandard1.6</TargetFrameworks>
55
<AssemblyName>JsonApiDotNetCore</AssemblyName>
66
<PackageId>JsonApiDotNetCore</PackageId>
77
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>

0 commit comments

Comments
 (0)