File tree 1 file changed +17
-0
lines changed
src/JsonApiDotNetCore.OpenApi
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <VersionPrefix >4.2.0</VersionPrefix >
3
4
<TargetFramework >$(NetCoreAppVersion)</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ </PropertyGroup >
7
+
8
+ <PropertyGroup >
9
+ <PackageTags >jsonapidotnetcore;jsonapi;json:api;dotnet;asp.net;openapi;swagger;swaggerui;swashbuckle</PackageTags >
10
+ <Description >A Swashbuckle integration that enables you to describe a JsonApiDotNetCore API with an OpenAPI specification.</Description >
11
+ <PackageProjectUrl >https://www.jsonapi.net/</PackageProjectUrl >
12
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
13
+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
14
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
15
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
16
+ <DebugType >embedded</DebugType >
4
17
</PropertyGroup >
5
18
6
19
<ItemGroup >
7
20
<ProjectReference Include =" ..\JsonApiDotNetCore\JsonApiDotNetCore.csproj" />
8
21
</ItemGroup >
9
22
10
23
<ItemGroup >
24
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
25
+ <PrivateAssets >all</PrivateAssets >
26
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
+ </PackageReference >
11
28
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" $(SwashbuckleVersion)" />
12
29
<PackageReference Include =" Swashbuckle.AspNetCore.Annotations" Version =" $(SwashbuckleVersion)" />
13
30
<PackageReference Include =" Swashbuckle.AspNetCore.Newtonsoft" Version =" $(SwashbuckleVersion)" />
You can’t perform that action at this time.
0 commit comments