Files
archived-discord-bot/SourceGenerators/SourceGenerators.csproj
13xforever c98e207bc8 workaround new bug in discord client
how do you fail to find user in cache after you just explicitly loaded it from the server
2021-03-03 20:26:49 +05:00

15 lines
477 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<NoWarn>1701;1702;RS2008</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
</ItemGroup>
</Project>