Skip to content

Commit 90d07f3

Browse files
authored
Merge pull request #176 from yueyinqiu/master
2 parents 8a4361d + d0022ca commit 90d07f3

5 files changed

Lines changed: 2 additions & 9 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "JsonRepairSharp"]
2-
path = JsonRepairSharp
3-
url = https://github.com/Corona-Studio/JsonRepairSharp.git

JsonRepairSharp

Lines changed: 0 additions & 1 deletion
This file was deleted.

ProjBobcat/ProjBobcat.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Folder Name="/Solution Items/">
33
<File Path=".editorconfig" />
44
</Folder>
5-
<Project Path="../JsonRepairSharp/JsonRepairSharp/JsonRepairSharp.csproj" />
65
<Project Path="ProjBobcat.Tests/ProjBobcat.Tests.csproj" />
76
<Project Path="ProjBobcat/ProjBobcat.csproj" />
87
</Solution>

ProjBobcat/ProjBobcat/Class/Helper/GameResourcesResolveHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Text.Json;
1111
using System.Threading;
1212
using System.Threading.Tasks;
13-
using JsonRepairSharp.Class;
13+
using SharpJsonRepair.Class;
1414
using ProjBobcat.Class.Helper.TOMLParser;
1515
using ProjBobcat.Class.Model;
1616
using ProjBobcat.Class.Model.Fabric;

ProjBobcat/ProjBobcat/ProjBobcat.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ resolved the issue that LaunchWrapper may not return the correct exit code
6969
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.5" />
7070
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.5" />
7171
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
72+
<PackageReference Include="SharpJsonRepair" Version="0.1.0" />
7273
</ItemGroup>
7374
<ItemGroup>
7475
<PackageReference Include="System.Management" Version="10.0.5" />
@@ -77,9 +78,6 @@ resolved the issue that LaunchWrapper may not return the correct exit code
7778
<PrivateAssets>all</PrivateAssets>
7879
</PackageReference>
7980
</ItemGroup>
80-
<ItemGroup>
81-
<ProjectReference Include="..\..\JsonRepairSharp\JsonRepairSharp\JsonRepairSharp.csproj" />
82-
</ItemGroup>
8381
<!-- Dependencies -->
8482

8583
</Project>

0 commit comments

Comments
 (0)