-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kryxivia.Shared.csproj
33 lines (29 loc) · 1.28 KB
/
Kryxivia.Shared.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Kryxivia/Kryxivia.Shared</RepositoryUrl>
<PackageProjectUrl>https://kryxivia.io</PackageProjectUrl>
<Version>1.2.9</Version>
<PackageIcon>icon.jpg</PackageIcon>
<PackageIconUrl>https://i.imgur.com/HomsAI5.jpg</PackageIconUrl>
<Copyright>Kryxivia © 2021</Copyright>
<Authors>Kryxivia Team</Authors>
<Company>Kryxivia</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ipfs.Engine" Version="0.13.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.21" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.21" />
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.21" />
<PackageReference Include="Nethereum.Web3" Version="4.6.1" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>
<ItemGroup>
<None Include="icon.jpg">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>