UserJourney
This commit is contained in:
parent
281cf0ae1c
commit
faeed880f0
|
|
@ -4,6 +4,7 @@
|
||||||
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
<PackageOutputPath>C:\Users\logik\Dropbox\Nugets</PackageOutputPath>
|
||||||
|
|
||||||
<!-- NuGet Package Properties -->
|
<!-- NuGet Package Properties -->
|
||||||
<PackageId>IronNotify.Client</PackageId>
|
<PackageId>IronNotify.Client</PackageId>
|
||||||
|
|
@ -15,6 +16,8 @@
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<RepositoryUrl>https://github.com/ironservices/ironnotify-client</RepositoryUrl>
|
<RepositoryUrl>https://github.com/ironservices/ironnotify-client</RepositoryUrl>
|
||||||
<PackageProjectUrl>https://www.ironnotify.com</PackageProjectUrl>
|
<PackageProjectUrl>https://www.ironnotify.com</PackageProjectUrl>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
<PackageIcon>nuget_in.png</PackageIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -22,4 +25,14 @@
|
||||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="nuget_in.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>
|
</Project>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue