Code updates

This commit is contained in:
pan.codes 2025-06-08 21:39:43 +02:00
parent f340b3e275
commit a02e6eca56
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>NightShift</AssemblyName>
<Description>My first plugin</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
</PropertyGroup>
@ -29,6 +29,9 @@
<Reference Include="Assembly-CSharp" Publicize="true">
<HintPath>D:\SteamLibrary\steamapps\common\Supermarket Simulator\Supermarket Simulator_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="AYellowpaper.SerializedCollections">
<HintPath>D:\SteamLibrary\steamapps\common\Supermarket Simulator\Supermarket Simulator_Data\Managed\AYellowpaper.SerializedCollections.dll</HintPath>
</Reference>
<Reference Include="LeanPool">
<HintPath>D:\SteamLibrary\steamapps\common\Supermarket Simulator\Supermarket Simulator_Data\Managed\LeanPool.dll</HintPath>
</Reference>