diff options
author | crupest <crupest@outlook.com> | 2020-08-20 00:39:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-20 00:39:09 +0800 |
commit | 32fdf425e6b4f4edfb727fb3c0cbebe2c87fd663 (patch) | |
tree | ba373b6b022d96cc0b3723d693296b42374ec465 /Timeline/Timeline.csproj | |
parent | 44b410f359f64e6cb69d506b5689d2b3df715c74 (diff) | |
download | timeline-32fdf425e6b4f4edfb727fb3c0cbebe2c87fd663.tar.gz timeline-32fdf425e6b4f4edfb727fb3c0cbebe2c87fd663.tar.bz2 timeline-32fdf425e6b4f4edfb727fb3c0cbebe2c87fd663.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index cdd5f1f2..5c2f7adf 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -14,6 +14,9 @@ <SpaRoot>ClientApp\</SpaRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
+
+ <Version>0.3.0</Version>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
@@ -40,6 +43,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="NSwag.AspNetCore" Version="13.7.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.7.1" />
</ItemGroup>
|