mirror of
https://github.com/aaru-dps/Aaru.Decryption.git
synced 2025-12-16 19:24:33 +00:00
14 lines
363 B
XML
14 lines
363 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Aaru.Decoders\Aaru.Decoders.csproj" />
|
|
<ProjectReference Include="..\Aaru.Devices\Aaru.Devices.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|