mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
14 lines
452 B
XML
14 lines
452 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\Artemis.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<PreserveCompilationContext>false</PreserveCompilationContext>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="LiteDB" Version="5.0.16" />
|
|
<PackageReference Include="Serilog" Version="2.12.0" />
|
|
</ItemGroup>
|
|
</Project> |