Files
AaruBenchmark/Aaru6.Compression/Aaru6.Compression.csproj

10 lines
207 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2024-04-30 04:30:11 +01:00
<PropertyGroup>
2025-08-08 20:14:21 +01:00
<TargetFramework>net10.0</TargetFramework>
2024-04-30 04:30:11 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>