|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net5.0;net6.0</TargetFrameworks> |
5 | 5 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 6 | + <DebugType>Portable</DebugType> |
| 7 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 8 | + <IncludeSymbols>true</IncludeSymbols> |
| 9 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 10 | + <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> |
| 11 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 12 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <PropertyGroup> |
| 16 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 17 | + <Product>GmodNET Serilog Sink</Product> |
| 18 | + <Description>A Serilog Sink for Garry's Mod Clients' and Servers' consoles.</Description> |
| 19 | + <RepositoryUrl>https://github.com/GmodNET/GmodSerilog</RepositoryUrl> |
| 20 | + <RepositoryType>Git</RepositoryType> |
| 21 | + <PackageTags>garrysmod; GmodNET; Serilog; serilog-sink</PackageTags> |
| 22 | + <PackageProjectUrl>https://github.com/GmodNET/GmodSerilog</PackageProjectUrl> |
| 23 | + <Company>GmodNET</Company> |
| 24 | + <Copyright>Copyright (c) 2018 - 2021 GmodNET</Copyright> |
| 25 | + <PackageIcon>logo.png</PackageIcon> |
6 | 26 | </PropertyGroup> |
7 | 27 |
|
8 | 28 | <ItemGroup> |
9 | 29 | <PackageReference Include="GmodNET.VersionTool.MSBuild" Version="2.0.0-alpha.1.41543664.main"> |
10 | 30 | <PrivateAssets>all</PrivateAssets> |
11 | 31 | </PackageReference> |
12 | 32 | <PackageReference Include="Serilog" Version="2.10.0" /> |
| 33 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
13 | 34 | </ItemGroup> |
14 | 35 |
|
15 | 36 | <ItemGroup> |
16 | 37 | <VersionFile Include="../version.json" /> |
| 38 | + <Content Include="../logo.png" PackagePath="/" /> |
17 | 39 | </ItemGroup> |
18 | 40 |
|
19 | 41 | </Project> |
0 commit comments