Skip to content

Commit 4695e0c

Browse files
committed
more adjustments to clean things up, but still not the fix
1 parent 2d358d8 commit 4695e0c

5 files changed

Lines changed: 3 additions & 10 deletions

File tree

Assembly-CSharp.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@
187187
<None Include="Assets\GONet\Plugins\log4net\log4net.xml" />
188188
<None Include="Assets\TextMesh Pro\Shaders\TMPro_Surface.cginc" />
189189
<None Include="Assets\Amazon\Plugins\Newtonsoft.Json.xml" />
190-
<None Include="Assets\GONet\Plugins\log4net\Common.Logging.dll" />
191190
<None Include="Assets\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
192191
<None Include="Assets\StreamingAssets\GONet\Start_README.txt" />
193192
<None Include="Assets\GONet\Plugins\log4net\log4net.dll" />
@@ -548,10 +547,6 @@
548547
<HintPath>Assets\GONet\Plugins\log4net\log4net.dll</HintPath>
549548
<Private>False</Private>
550549
</Reference>
551-
<Reference Include="Common.Logging">
552-
<HintPath>Assets\GONet\Plugins\log4net\Common.Logging.dll</HintPath>
553-
<Private>False</Private>
554-
</Reference>
555550
<Reference Include="Newtonsoft.Json">
556551
<HintPath>Library\PackageCache\com.unity.nuget.newtonsoft-json@3.2.1\Runtime\Newtonsoft.Json.dll</HintPath>
557552
<Private>False</Private>

Assets/GONet/Code/BCCrypto/BCCrypto.asmdef

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "BCCrypto",
33
"rootNamespace": "",
4-
"references": [
5-
"GUID:c32c331b790b47248b3cca2dfd448253"
6-
],
4+
"references": [],
75
"includePlatforms": [],
86
"excludePlatforms": [],
97
"allowUnsafeCode": true,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ScenePathsIncluded":["Assets/GONet/Sample/Projectile/ProjectileTest.unity","Assets/GONet/Sample/JustAnotherScene.unity"],"dateTimeBuildSucceeded":"2025-05-10T18:37:06.4266025-04:00"}
1+
{"ScenePathsIncluded":["Assets/GONet/Sample/Projectile/ProjectileTest.unity","Assets/GONet/Sample/JustAnotherScene.unity"],"dateTimeBuildSucceeded":"2025-05-10T19:33:32.8858445-04:00"}

Assets/GONet/Code/Plugins/MemoryPack/Runtime/MemoryPack.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"includePlatforms": [],
66
"excludePlatforms": [],
77
"allowUnsafeCode": true,
8-
"overrideReferences": true,
8+
"overrideReferences": false,
99
"precompiledReferences": [
1010
"System.Runtime.CompilerServices.Unsafe.dll"
1111
],
Binary file not shown.

0 commit comments

Comments
 (0)