wabbajack/Wabbajack.Installer/Wabbajack.Installer.csproj

31 lines
1.3 KiB
XML
Raw Permalink Normal View History

2021-09-27 12:42:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-10-20 19:11:08 +00:00
<TargetFramework>net8.0</TargetFramework>
2021-09-27 12:42:46 +00:00
<Nullable>enable</Nullable>
<Version>$(VERSION)</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
2022-10-07 22:14:01 +00:00
<PropertyGroup>
<NoWarn>CS8600,CS8601,CS8618,CS8604</NoWarn>
</PropertyGroup>
2021-09-27 12:42:46 +00:00
<ItemGroup>
2021-11-13 13:52:15 +00:00
<ProjectReference Include="..\Wabbajack.Downloaders.Dispatcher\Wabbajack.Downloaders.Dispatcher.csproj" />
<ProjectReference Include="..\Wabbajack.Downloaders.GameFile\Wabbajack.Downloaders.GameFile.csproj" />
<ProjectReference Include="..\Wabbajack.DTOs\Wabbajack.DTOs.csproj" />
<ProjectReference Include="..\Wabbajack.FileExtractor\Wabbajack.FileExtractor.csproj" />
<ProjectReference Include="..\Wabbajack.Networking.WabbajackClientApi\Wabbajack.Networking.WabbajackClientApi.csproj" />
<ProjectReference Include="..\Wabbajack.Paths.IO\Wabbajack.Paths.IO.csproj" />
<ProjectReference Include="..\Wabbajack.Paths\Wabbajack.Paths.csproj" />
<ProjectReference Include="..\Wabbajack.VFS\Wabbajack.VFS.csproj" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
<ItemGroup>
2021-11-13 13:52:15 +00:00
<PackageReference Include="ini-parser-netstandard" Version="2.5.2" />
2024-06-06 14:48:29 +00:00
<PackageReference Include="Octopus.Octodiff" Version="2.0.546" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
</Project>