discord-bot/HomoglyphConverter/HomoglyphConverter.csproj
13xforever d4e78d1b1b
upgrade solution to net9.0
this bumps docker image base to ubuntu 24.04
2024-11-13 13:43:33 +05:00

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>