9 lines
400 B
XML
9 lines
400 B
XML
<Project>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" />
|
|
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
|
|
<PackageReference Include="Sigil" Version="5.0.0" />
|
|
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Libraries\moonsharp\MoonSharp.Interpreter\MoonSharp.Interpreter.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|