mirror-ac/server/server.csproj

15 lines
331 B
XML
Raw Normal View History

2023-09-02 15:47:15 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2023-08-29 19:36:58 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-09-02 15:47:15 +02:00
<ItemGroup>
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>
2023-08-29 19:36:58 +02:00
</Project>