Skip to content

Commit

Permalink
Bump UnityEngine.Modules in /UniTAS/Patcher.Tests
Browse files Browse the repository at this point in the history
Bumps UnityEngine.Modules from 3.4.0 to 6000.0.17.

---
updated-dependencies:
- dependency-name: UnityEngine.Modules
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 31, 2024
1 parent 65b4fc0 commit 0a695ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UniTAS/Patcher.Tests/Patcher.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="UnityEngine.Modules" Version="3.4.0"/>
<PackageReference Include="UnityEngine.Modules" Version="6000.0.17"/>
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion UniTAS/Patcher/Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StructureMap" Version="2.6.3" />
<PackageReference Include="Unity.InputSystem" Version="1.5.0" />
<PackageReference Include="UnityEngine.Modules" Version="3.4.0" IncludeAssets="compile" />
<PackageReference Include="UnityEngine.Modules" Version="6000.0.17" IncludeAssets="compile" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 0a695ba

Please sign in to comment.