mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
17 lines
410 B
XML
17 lines
410 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Version>0.0.0.0</Version>
|
|
<Authors>Genteure</Authors>
|
|
<Company>Genteure</Company>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<FileVersion>0.0.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" Version="4.5.0-rc07" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|