File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,6 @@ <h2 id="getting-started">Getting started</h2>
9797< li > < p > Install the < code > JsonApiDotNetCore.OpenApi.Swashbuckle</ code > NuGet package:</ p >
9898< pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
9999</ code > </ pre >
100- < div class ="NOTE ">
101- < h5 > Note</ h5 >
102- < p > Because this package is still experimental, it's not yet available on NuGet.
103- Use the steps < a href ="https://github.com/json-api-dotnet/JsonApiDotNetCore?tab=readme-ov-file#trying-out-the-latest-build "> here</ a > to install.</ p >
104- </ div >
105100</ li >
106101< li > < p > Add the JSON:API support to your < code > Program.cs</ code > file.</ p >
107102< pre > < code class ="lang-c# "> builder.Services.AddJsonApi<AppDbContext>();
You can’t perform that action at this time.
0 commit comments