Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
LazuliKao committed Dec 29, 2022
1 parent e7d55f1 commit 33016be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/LLCSXLoader/LLCSXLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageReference Include="Costura.Fody" Version="5.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive;compile;</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/LLCSXLoader/PluginMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ public static class Plugin
{
public static void OnPostInit()
{

_ = Assembly.Load("Microsoft.CodeAnalysis.CSharp");
LLCSXLoader.Manager.LoadAllScript();
}
}
Expand Down

0 comments on commit 33016be

Please sign in to comment.