File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ public void ConfigureServices(IServiceCollection services)
288288 services .AddJsonApi (options => {
289289 options .Namespace = " api/v1" ;
290290 options .BuildContextGraph ((builder ) => {
291- builder .AddResource <MyModel >(" my-models" );1
291+ builder .AddResource <MyModel >(" my-models" );
292292 });
293293 }, mvcBuilder );
294294 // ...
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <VersionPrefix >2.0.0 </VersionPrefix >
4- <TargetFramework >netcoreapp1.0</ TargetFramework >
3+ <VersionPrefix >2.0.1 </VersionPrefix >
4+ <TargetFrameworks >netstandard1.6</ TargetFrameworks >
55 <AssemblyName >JsonApiDotNetCore</AssemblyName >
66 <PackageId >JsonApiDotNetCore</PackageId >
77 <RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
You can’t perform that action at this time.
0 commit comments