-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReferences.props
More file actions
17 lines (16 loc) · 936 Bytes
/
References.props
File metadata and controls
17 lines (16 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<ItemGroup>
<!-- TODO: Remove when we upgrade to NET 10 -->
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" />
<!-- Add misc references here -->
<ProjectReference Include="$(MSBuildThisFileDirectory)Libraries\moonsharp\MoonSharp.Interpreter\MoonSharp.Interpreter.csproj"/>
<PackageReference Include="Sigil" Version="5.0.0" />
<PackageReference Include="LightInject" Version="6.6.4" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="FluentResults" Version="3.16.0" />
<PackageReference Include="Basic.Reference.Assemblies.Net80" Version="1.8.4" />
<PackageReference Include="Microsoft.Toolkit.Diagnostics" Version="7.1.2"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
</ItemGroup>
</Project>