File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ <h5>Note</h5>
111111
112112< p > For C# clients, we provide an additional package that provides workarounds for bugs in NSwag and enables using partial POST/PATCH requests.</ p >
113113< p > To add it to your project, run the following command:</ p >
114- < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag
114+ < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag --prerelease
115115</ code > </ pre >
116116</ section >
117117< section id ="tabpanel_1_kiota " role ="tabpanel " data-tab ="kiota " aria-hidden ="true " hidden ="hidden ">
118118
119119< p > For C# clients, we provide an additional package that provides workarounds for bugs in Kiota, as well as MSBuild integration.</ p >
120120< p > To add it to your project, run the following command:</ p >
121- < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.Kiota
121+ < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.Kiota --prerelease
122122</ code > </ pre >
123123</ section >
124124</ div >
@@ -153,7 +153,7 @@ <h5>Tip</h5>
153153< li > < p > Run package update now, which fixes incompatibilities and bugs from older versions.</ p >
154154</ li >
155155< li > < p > Add our client package to your project:</ p >
156- < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag
156+ < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag --prerelease
157157</ code > </ pre >
158158</ li >
159159< li > < p > Add code that calls one of your JSON:API endpoints.</ p >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ <h1 id="openapi">OpenAPI</h1>
9595< h2 id ="getting-started "> Getting started</ h2 >
9696< ol >
9797< li > < p > Install the < code > JsonApiDotNetCore.OpenApi.Swashbuckle</ code > NuGet package:</ p >
98- < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle
98+ < pre > < code > dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
9999</ code > </ pre >
100100< div class ="NOTE ">
101101< h5 > Note</ h5 >
You can’t perform that action at this time.
0 commit comments