mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
<LangVersion>8</LangVersion>
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Claunia.Encoding" Version="1.9.1" />
|
|
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
|
|
<PackageReference Include="nunit" Version="3.12.0" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Aaru.Checksums\Aaru.Checksums.csproj" />
|
|
<ProjectReference Include="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj" />
|
|
<ProjectReference Include="..\Aaru.Core\Aaru.Core.csproj" />
|
|
<ProjectReference Include="..\Aaru.Filesystems\Aaru.Filesystems.csproj" />
|
|
<ProjectReference Include="..\Aaru.Filters\Aaru.Filters.csproj" />
|
|
<ProjectReference Include="..\Aaru.Images\Aaru.Images.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|