2022-02-11 05:05:51 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-02-11 14:03:16 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
2022-02-11 05:05:51 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.Downloaders.Interfaces\Wabbajack.Downloaders.Interfaces.csproj" />
|
|
|
|
<ProjectReference Include="..\Wabbajack.Networking.BethesdaNet\Wabbajack.Networking.BethesdaNet.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-02-11 23:40:38 +00:00
|
|
|
<ItemGroup>
|
2022-06-23 23:28:57 +00:00
|
|
|
<PackageReference Include="LibAES-CTR" Version="1.0.0" />
|
2022-02-11 23:40:38 +00:00
|
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-02-11 05:05:51 +00:00
|
|
|
</Project>
|