File tree 2 files changed +3
-3
lines changed
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)
288
288
services .AddJsonApi (options => {
289
289
options .Namespace = " api/v1" ;
290
290
options .BuildContextGraph ((builder ) => {
291
- builder .AddResource <MyModel >(" my-models" );1
291
+ builder .AddResource <MyModel >(" my-models" );
292
292
});
293
293
}, mvcBuilder );
294
294
// ...
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <VersionPrefix >2.0.0 </VersionPrefix >
4
- <TargetFramework >netcoreapp1.0</ TargetFramework >
3
+ <VersionPrefix >2.0.1 </VersionPrefix >
4
+ <TargetFrameworks >netstandard1.6</ TargetFrameworks >
5
5
<AssemblyName >JsonApiDotNetCore</AssemblyName >
6
6
<PackageId >JsonApiDotNetCore</PackageId >
7
7
<RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
You can’t perform that action at this time.
0 commit comments