-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetCore.ApiTemplate.CSharp.nuspec
50 lines (49 loc) · 2.75 KB
/
DotNetCore.ApiTemplate.CSharp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetCore.ApiTemplate.CSharp</id>
<version>1.0.2</version>
<authors>欧俊</authors>
<description>
一个普通的.net core web api模板,可以配置使用PostgreSQL,ElasticSerch,Rabbitmq,Redis,Hangfire
</description>
<projectUrl>https://oujun.work/</projectUrl>
<dependencies>
<group targetFramework="net5.0">
<dependency id="AspNetCore.HealthChecks.Elasticsearch" version="5.0.1" />
<dependency id="AspNetCore.HealthChecks.Elasticsearch" version="5.0.1" />
<dependency id="AspNetCore.HealthChecks.NpgSql" version="5.0.2" />
<dependency id="AspNetCore.HealthChecks.Rabbitmq" version="5.0.1" />
<dependency id="AspNetCore.HealthChecks.UI.Client" version="5.0.1" />
<dependency id="AutoMapper.Extensions.Microsoft.DependencyInjection" version="8.1.1" />
<dependency id="FluentValidation.AspNetCore" version="10.3.0" />
<dependency id="Hangfire.PostgreSql" version="1.8.6" />
<dependency id="MediatR.Extensions.Microsoft.DependencyInjection" version="9.0.0" />
<dependency id="Microsoft.AspNetCore.HeaderPropagation" version="5.0.9" />
<dependency id="Microsoft.AspNetCore.Mvc.NewtonsoftJson" version="5.0.9" />
<dependency id="Microsoft.EntityFrameworkCore.Design" version="5.0.9"/>
<dependency id="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" version="1.11.1" />
<dependency id="NSwag.AspNetCore" version="13.13.2" />
<dependency id="System.Data.SqlClient" version="4.8.2" />
<dependency id="Hangfire.AspNetCore" version="1.7.24" />
<dependency id="RabbitMQ.EventBus.AspNetCore" version="5.0.21" />
<dependency id="AutoMapper" version="10.1.1" />
<dependency id="MediatR" version="9.0.0" />
<dependency id="Microsoft.EntityFrameworkCore.Abstractions" version="5.0.9" />
<dependency id="Microsoft.Extensions.Caching.StackExchangeRedis" version="5.0.1" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="NEST" version="6.8.6" />
<dependency id="Microsoft.EntityFrameworkCore.Proxies" version="5.0.9" />
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="5.0.9"/>
<dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="5.0.7" />
</group>
</dependencies>
<readme>content/README.md</readme>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<tags>C# net5 webapi template</tags>
<license type="expression">MIT</license>
<repository type="git" url="https://github.com/ojdev/NetCoreTemplete" branch="main" />
</metadata>
</package>