Files
FireLance/FireLance/FirelanceMgr.csproj
Dunestorm 06e4c505db Firelance 0.1.0.0
- Corrected instancing error by including FQ class name from previous commit
- Implemented helper class:
  - SpecialPath directory converter
  - Registry value parser
2020-07-07 20:07:33 +01:00

14 lines
384 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver.GridFS" Version="2.10.4" />
</ItemGroup>
</Project>