diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a38729b..e2a398b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,9 +10,12 @@ jobs:
platform: ['windows-latest']
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
submodules: true
+ sparse-checkout: |
+ '!Il2CppTests/*'
+ '/*'
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
diff --git a/Directory.Build.props b/Directory.Build.props
index 9def141..b53a38f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,12 +1,13 @@
net10.0
- 2023.2
+ preview
+ true
+ 2023.1
$(Version).0.0
$(AssemblyVersion)
Katy Coe, LukeFZ
Noisy Cow Studios, LukeFZ
- preview
- true
+ (c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty
\ No newline at end of file
diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj
index eaf7ec1..0ad35a1 100644
--- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj
+++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj
@@ -8,7 +8,6 @@
win-x64
false
Il2CppInspectorRedux Command-Line Edition
- (c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty
Il2CppInspectorRedux.CLI
Il2CppInspector