2026-01-28 01:59:27 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-01-04 20:31:02 -06:00
|
|
|
|
2025-03-15 22:02:26 -05:00
|
|
|
<PropertyGroup>
|
2026-05-27 23:14:03 -05:00
|
|
|
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
|
2025-03-15 22:02:26 -05:00
|
|
|
<Version>1.1.0</Version>
|
|
|
|
|
<Authors>pathartl</Authors>
|
|
|
|
|
<Company>LANCommander</Company>
|
|
|
|
|
<Description>A .NET library for interacting with a LANCommander server</Description>
|
|
|
|
|
<PackageProjectUrl>https://github.com/LANCommander/LANCommander</PackageProjectUrl>
|
|
|
|
|
<PackageIcon>package-icon.png</PackageIcon>
|
|
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
|
|
<RepositoryUrl>https://github.com/LANCommander/LANCommander</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<PackageTags>lancommander</PackageTags>
|
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2026-07-28 19:44:59 -05:00
|
|
|
<!-- Emit XML docs so the plugin API reference can be generated from source comments. -->
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
<!-- Don't fail/spam the build for members without XML comments. -->
|
|
|
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
2025-03-15 22:02:26 -05:00
|
|
|
</PropertyGroup>
|
2023-01-04 20:31:02 -06:00
|
|
|
|
2025-03-15 22:02:26 -05:00
|
|
|
<ItemGroup>
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="CommandLineParser" />
|
|
|
|
|
<PackageReference Include="Crc32.NET" />
|
2026-05-17 20:38:50 -05:00
|
|
|
<PackageReference Include="DiscordRichPresence" />
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="Facepunch.Steamworks" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.SourceGenerator" />
|
2025-09-25 19:38:21 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
|
2026-06-04 20:42:51 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
|
2026-01-24 17:17:29 -06:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" />
|
2026-07-23 19:47:22 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
|
2025-10-08 20:45:57 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" />
|
|
|
|
|
<PackageReference Include="Microsoft.PowerShell.SDK" />
|
2025-09-25 19:38:21 -05:00
|
|
|
<PackageReference Include="NetEscapades.Configuration.Yaml" />
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="PeanutButter.INI" />
|
|
|
|
|
<PackageReference Include="Semver" />
|
2026-04-19 12:54:55 -05:00
|
|
|
<PackageReference Include="Superpower" />
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="SharpCompress" />
|
|
|
|
|
<PackageReference Include="System.Management.Automation" />
|
|
|
|
|
<PackageReference Include="YamlDotNet" />
|
2025-03-15 22:02:26 -05:00
|
|
|
</ItemGroup>
|
2023-11-09 19:40:38 -06:00
|
|
|
|
2025-03-15 22:02:26 -05:00
|
|
|
<ItemGroup>
|
|
|
|
|
<InternalsVisibleTo Include="LANCommander.Server.Tests" />
|
2026-07-21 18:14:22 -05:00
|
|
|
<InternalsVisibleTo Include="LANCommander.SDK.Tests" />
|
2025-03-15 22:02:26 -05:00
|
|
|
</ItemGroup>
|
2026-06-06 05:58:24 -05:00
|
|
|
|
2025-03-15 22:02:26 -05:00
|
|
|
<ItemGroup>
|
2026-06-06 05:58:24 -05:00
|
|
|
<None Include="package-icon.png" Pack="true" PackagePath="\" />
|
|
|
|
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
2025-03-15 22:02:26 -05:00
|
|
|
</ItemGroup>
|
2026-01-24 16:37:07 -06:00
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LANCommander.Steam\LANCommander.Steam.csproj" />
|
2026-05-26 20:36:25 -05:00
|
|
|
<ProjectReference Include="..\LANCommander.SDK.SourceGenerators\LANCommander.SDK.SourceGenerators.csproj"
|
|
|
|
|
OutputItemType="Analyzer"
|
|
|
|
|
ReferenceOutputAssembly="false" />
|
2026-01-24 16:37:07 -06:00
|
|
|
</ItemGroup>
|
2024-09-29 23:31:59 -05:00
|
|
|
|
2023-01-04 20:31:02 -06:00
|
|
|
</Project>
|