UserJourney

This commit is contained in:
Admin 2025-12-26 06:14:09 -05:00
parent 3f6be0848f
commit a8981ed163
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageOutputPath>C:\Users\logik\Dropbox\Nugets</PackageOutputPath>
<LangVersion>latest</LangVersion>
<RootNamespace>IronServices.Client</RootNamespace>
<AssemblyName>IronServices.Client</AssemblyName>
@ -12,10 +14,22 @@
<Company>MarketAlly</Company>
<PackageId>IronServices.Client</PackageId>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>nuget_is.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.Http.Json" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="nuget_is.png">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>true</Visible>
</None>
<None Include="README.md" Pack="true" PackagePath="\" Condition="Exists('README.md')" />
</ItemGroup>
</Project>

BIN
nuget_is.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB