wabbajack/Wabbajack.Networking.GitHub/Wabbajack.Networking.GitHub.csproj

25 lines
815 B
XML
Raw Permalink Normal View History

2021-09-27 12:42:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Version>$(VERSION)</Version>
</PropertyGroup>
2022-10-07 20:53:55 +00:00
<PropertyGroup>
<NoWarn>CS8600,CS8601,CS8618,CS8604</NoWarn>
</PropertyGroup>
2021-09-27 12:42:46 +00:00
<ItemGroup>
2021-11-08 23:17:33 +00:00
<ProjectReference Include="..\Wabbajack.DTOs\Wabbajack.DTOs.csproj" />
<ProjectReference Include="..\Wabbajack.Networking.Http.Interfaces\Wabbajack.Networking.Http.Interfaces.csproj" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
<ItemGroup>
2022-09-29 12:42:20 +00:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
2022-10-08 13:48:14 +00:00
<PackageReference Include="Octokit" Version="3.0.1" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
</Project>