Skip to content

Commit

Permalink
Net 8, updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Mar 21, 2024
1 parent 7f18030 commit d919024
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 389 deletions.
2 changes: 1 addition & 1 deletion CustomizePlus.GameData/CustomizePlus.GameData.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
116 changes: 0 additions & 116 deletions CustomizePlus.GameData/Data/Actor.cs

This file was deleted.

4 changes: 3 additions & 1 deletion CustomizePlus.GameData/Data/ActorData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace CustomizePlus.GameData.Data;
using Penumbra.GameData.Interop;

namespace CustomizePlus.GameData.Data;

/// <summary>
/// A single actor with its label and the list of associated game objects.
Expand Down
199 changes: 0 additions & 199 deletions CustomizePlus.GameData/Data/Model.cs

This file was deleted.

Loading

0 comments on commit d919024

Please sign in to comment.