* bump dependencies * sealed class * forgot to push * downgrade `IDisposableAnalyzers` to `4.0.2` * also forgot to push * Update docs.yml * samples => `net8.0` | deps more up to date * mark as non-trimmable & remove some cringe conditions * format for beauty
14 lines
314 B
XML
14 lines
314 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RootNamespace>WebHookClient</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Discord.Net.Webhook" Version="3.13.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|