Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions BepInExResoniteShim.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<TargetFramework>net10.0</TargetFramework>
<Authors>ResoniteModding</Authors>
<Product>BepInEx Resonite Shim</Product>
Expand Down Expand Up @@ -33,15 +33,12 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="all" />
<PackageReference Include="BepInEx.NET.CoreCLR" Version="6.0.0-be.*" IncludeAssets="compile" />
<PackageReference Include="BepInEx.ResonitePluginInfoProps" Version="3.*" />
<PackageReference Include="Krafs.Publicizer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Krafs.Publicizer" Version="2.3.0" PrivateAssets="all" ExcludeAssets="runtime" />
</ItemGroup>

<!-- NuGet fallback stripped game references -->
<ItemGroup Condition="!Exists('$(GamePath)')">
<PackageReference Include="Resonite.GameLibs" Version="2025.*" PrivateAssets="all" />
<PackageReference Include="Resonite.GameLibs" Version="2026.*" PrivateAssets="all" ExcludeAssets="runtime" />
</ItemGroup>

<!-- Local game references -->
Expand Down
Loading