-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mercurius.csproj
24 lines (21 loc) · 1.09 KB
/
Mercurius.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<VersionPrefix>1.0.1</VersionPrefix>
<Authors>Vivid</Authors>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="nlog" Version="5.0.4" />
<PackageReference Include="nlog.extensions.logging" Version="5.0.4" />
<PackageReference Include="Tmds.DBus" Version="0.11.0" />
</ItemGroup>
</Project>