-
Notifications
You must be signed in to change notification settings - Fork 68
/
common.props
38 lines (21 loc) · 1.01 KB
/
common.props
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
<Project>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Nullable>enable</Nullable>
<License>MIT</License>
<LicenseUrl>https://raw.githubusercontent.com/liuhll/silky/main/LICENSE</LicenseUrl>
<Version>3.8.29</Version>
<PackageIconUrl>https://raw.githubusercontent.com/liuhll/silky/main/docs/.vuepress/public/assets/logo/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/liuhll/silky</RepositoryUrl>
<PackageTags>silky;micro-service;rpc;distributed-transactions;tcc-transaction</PackageTags>
<RepositoryType>Github</RepositoryType>
<EfCore8Version>8.0.*</EfCore8Version>
<EfCore7Version>7.0.*</EfCore7Version>
<EfCore6Version>6.0.*</EfCore6Version>
<EfCore5Version>5.0.*</EfCore5Version>
<DotNettyVersion>0.7.6</DotNettyVersion>
<MassTransitVersion>8.0.*</MassTransitVersion>
<DistributedLockVersion>2.3.*</DistributedLockVersion>
<SkyAPMVersion>2.2.*</SkyAPMVersion>
</PropertyGroup>
</Project>