Files

15 lines
569 B
XML
Raw Permalink Normal View History

<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisLevel>latest</AnalysisLevel>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
2026-09-19 15:43:37 +02:00
<PropertyGroup Condition="'$(VoiceCatIosStatic)' == 'true'">
2026-09-19 19:33:10 +02:00
<RuntimeIdentifiers>ios-arm64;iossimulator-arm64</RuntimeIdentifiers>
2026-09-19 22:55:48 +02:00
<NuGetLockFilePath>packages.ios.lock.json</NuGetLockFilePath>
2026-09-19 15:43:37 +02:00
</PropertyGroup>
</Project>