mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
20 lines
607 B
XML
20 lines
607 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DryIoc.dll" />
|
|
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" />
|
|
<PackageReference Include="StrawberryShake.Server" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove=".graphqlconfig" />
|
|
</ItemGroup>
|
|
</Project>
|