Files
Aaru/Aaru.Tests/Aaru.Tests.csproj

32 lines
1.3 KiB
XML
Raw Normal View History

2018-04-11 08:13:49 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2020-07-08 18:57:24 +01:00
<PropertyGroup>
2021-09-12 22:25:59 +01:00
<TargetFramework>net6</TargetFramework>
2020-07-08 18:57:24 +01:00
<IsPackable>false</IsPackable>
2020-07-19 21:44:32 +01:00
2021-09-12 22:25:59 +01:00
<LangVersion>10</LangVersion>
2020-12-20 22:59:31 +00:00
<Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors>
2021-09-12 22:25:59 +01:00
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
</PropertyGroup>
2020-07-08 18:57:24 +01:00
<ItemGroup>
2021-04-30 16:14:41 +01:00
<PackageReference Include="Claunia.Encoding" Version="1.9.1" />
2021-09-12 22:53:19 +01:00
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
2021-09-12 22:25:59 +01:00
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0-preview.7.21377.19" />
</ItemGroup>
2020-07-08 18:57:24 +01:00
<ItemGroup>
2020-07-08 18:57:24 +01:00
<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>
2020-07-08 18:57:24 +01:00
</Project>