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

31 lines
1.2 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>
2020-07-08 18:57:24 +01:00
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
2020-07-19 21:44:32 +01:00
<LangVersion>8</LangVersion>
2020-12-20 22:59:31 +00:00
<Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors>
</PropertyGroup>
2020-07-08 18:57:24 +01:00
<ItemGroup>
2020-07-09 01:31:53 +01:00
<PackageReference Include="Claunia.Encoding" Version="1.7.0" />
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
2020-07-08 18:57:24 +01:00
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
2020-07-09 01:31:53 +01:00
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
</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>