We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd245ed + eed0391 commit 3ed3c26Copy full SHA for 3ed3c26
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>
+ <VersionPrefix>2.0.1</VersionPrefix>
+ <TargetFrameworks>netstandard1.6</TargetFrameworks>
5
<AssemblyName>JsonApiDotNetCore</AssemblyName>
6
<PackageId>JsonApiDotNetCore</PackageId>
7
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
0 commit comments