mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
19 lines
666 B
XML
19 lines
666 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<Authors>Grant Howard</Authors>
|
|
<Product>Bilibili-Evolved Project Builder</Product>
|
|
<StartupObject>BilibiliEvolved.Build.Program</StartupObject>
|
|
<AssemblyName>build</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|