We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dbdc5 commit 9614ca9Copy full SHA for 9614ca9
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<VersionPrefix>2.0.0</VersionPrefix>
4
- <TargetFramework>netcoreapp1.0</TargetFramework>
+ <TargetFrameworks>netstandard1.6</TargetFrameworks>
5
<AssemblyName>JsonApiDotNetCore</AssemblyName>
6
<PackageId>JsonApiDotNetCore</PackageId>
7
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
0 commit comments