-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPakana Stellar Razor Components.csproj
41 lines (35 loc) · 1.85 KB
/
Pakana Stellar Razor Components.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
34
35
36
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Pakana_Stellar_Razor_Components</RootNamespace>
<ApplicationIcon>pkcomponents.ico</ApplicationIcon>
<Title>Pakana Stellar Razor Components</Title>
<Company>Lockb0X LLC</Company>
<Authors>Joshua Kassabian, Steven Tomlinson</Authors>
<Description>The Pakana Stellar Razor Components provide a set of powerful and customizable Razor Components for integrating Stellar blockchain functionality seamlessly into your web applications. These components simplify the integration process, offering a user-friendly interface for Stellar transactions and multisignature operations.</Description>
<Copyright>MIT</Copyright>
<RepositoryUrl>https://github.com/lockb0x-llc/Pakana-Stellar-Razor-Components</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>pkcomponents.png</PackageIcon>
<PackageReleaseNotes>Powered by Stellar Blockchains Latest Protocol 20 Release Supporting Smart Contracts and Blockchain Transactions. Learn more at https://stellar.org/</PackageReleaseNotes>
<PackageTags>Blockchain, Stellar, MultiSig, Components, DotNet, Razor, Javascript, Html, Finance, Payments</PackageTags>
<PackageProjectUrl>https://www.pakana.net/</PackageProjectUrl>
<PackageId>Pre-release-Pakana-Stellar-Razor-Components</PackageId>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>content\</PackagePath>
</None>
</ItemGroup>
</Project>