* 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
17 lines
410 B
XML
17 lines
410 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|