Backend/eSuite.Translator/eSuite.Translator.csproj
Colin Dawson 052b833dd6 Replaced IFailedLoopback with IOUtcome
Added a translation service that will update the base language conversions for each supported language.
2026-02-22 23:43:57 +00:00

11 lines
253 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>