|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <ImplicitUsings>disable</ImplicitUsings> |
| 4 | + <Authors>st0o0</Authors> |
| 5 | + <Title>TurboHttp</Title> |
| 6 | + <PackageTags>HttpClient;Akka</PackageTags> |
| 7 | + <PackageIcon>icon.png</PackageIcon> |
| 8 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 9 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 10 | + <PackageProjectUrl>https://github.com/st0o0/TurboHttp</PackageProjectUrl> |
| 11 | + <RepositoryUrl>https://github.com/st0o0/TurboHttp.git</RepositoryUrl> |
| 12 | + <RepositoryType>git</RepositoryType> |
| 13 | + <Copyright>Copyright (c) 2025-$([System.DateTime]::Now.Year) st0o0</Copyright> |
| 14 | + </PropertyGroup> |
| 15 | + <PropertyGroup> |
5 | 16 | <IsPackable>true</IsPackable> |
| 17 | + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
| 18 | + </PropertyGroup> |
| 19 | + <PropertyGroup> |
| 20 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 21 | + <DebugType>embedded</DebugType> |
| 22 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
6 | 23 | </PropertyGroup> |
7 | 24 |
|
8 | 25 | <ItemGroup> |
9 | | - <PackageReference Include="Akka.Logger.Extensions.Logging" /> |
10 | | - <PackageReference Include="Akka.Streams" /> |
11 | | - <PackageReference Include="Servus.Akka" /> |
| 26 | + <None Include="../../README.md" Pack="true" Visible="false" PackagePath="\"/> |
| 27 | + <None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="\"/> |
| 28 | + <None Include="../../docs/public/logo/icon.png" Visible="false" Pack="true" PackagePath="\"/> |
| 29 | + <None Remove="packages.lock.json"/> |
| 30 | + </ItemGroup> |
| 31 | + |
| 32 | + <ItemGroup> |
| 33 | + <PackageReference Include="Akka.Logger.Extensions.Logging"/> |
| 34 | + <PackageReference Include="Akka.Streams"/> |
| 35 | + <PackageReference Include="Servus.Akka"/> |
12 | 36 | </ItemGroup> |
13 | 37 | <ItemGroup> |
14 | 38 | <InternalsVisibleTo Include="TurboHttp.Tests"/> |
|
0 commit comments