Skip to content

Commit

Permalink
update dependencies for supporting 7days2die
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioTheDeadPoet committed Dec 22, 2024
1 parent 79433be commit 41ee8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Validation/ModlistValidation/ModlistValidation.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Wabbajack.DTOs" Version="3.6.1.1" />
<PackageReference Include="Wabbajack.DTOs" Version="3.7.5.1" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 41ee8e7

Please sign in to comment.