mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 02:09:38 +00:00
d4e78d1b1b
this bumps docker image base to ubuntu 24.04
24 lines
639 B
XML
24 lines
639 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<EmitCompilerGeneratedFiles>false</EmitCompilerGeneratedFiles>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<CompilerVisibleProperty Include="RootNamespace" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="confusables.txt" />
|
|
<AdditionalFiles Include="confusables.txt" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SourceGenerators\SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|