2020-12-03 11:44:10 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2021-02-26 21:57:10 +08:00
|
|
|
|
2018-03-12 18:57:20 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2020-04-10 18:47:07 +08:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-12-03 11:44:10 +08:00
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2022-05-11 00:20:57 +08:00
|
|
|
<RestoreAdditionalProjectSources>
|
|
|
|
https://api.nuget.org/v3/index.json;
|
|
|
|
https://www.myget.org/F/jint/api/v3/index.json
|
|
|
|
</RestoreAdditionalProjectSources>
|
2018-11-07 13:47:24 +08:00
|
|
|
</PropertyGroup>
|
2021-02-26 21:57:10 +08:00
|
|
|
|
2018-03-21 20:56:56 +08:00
|
|
|
<ItemGroup>
|
2021-12-19 23:13:30 +08:00
|
|
|
<PackageReference Include="Fluid.Core" Version="2.2.8" />
|
2022-05-11 00:20:57 +08:00
|
|
|
<PackageReference Include="Jint" Version="3.0.0-preview-275" />
|
2021-01-01 14:46:27 +08:00
|
|
|
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
|
2021-05-15 15:47:31 +08:00
|
|
|
<PackageReference Include="HierarchicalPropertyDefault" Version="0.1.4-beta-g75fdf624b1" />
|
2022-04-02 18:49:23 +08:00
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
|
2021-11-30 19:45:15 +08:00
|
|
|
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Nerdbank.Streams" Version="2.8.54" />
|
2021-05-01 00:41:31 +08:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
|
<PackageReference Include="Polly" Version="7.2.2" />
|
2021-03-01 21:38:13 +08:00
|
|
|
<PackageReference Include="Polly.Caching.Memory" Version="3.0.2" />
|
2021-02-23 18:03:37 +08:00
|
|
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
2021-06-26 21:31:43 +08:00
|
|
|
<PackageReference Include="StructLinq" Version="0.27.0" />
|
2022-04-02 18:49:23 +08:00
|
|
|
<PackageReference Include="System.IO.Pipelines" Version="6.0.2" />
|
2018-03-21 20:56:56 +08:00
|
|
|
</ItemGroup>
|
2021-02-26 21:57:10 +08:00
|
|
|
|
2018-03-12 18:57:20 +08:00
|
|
|
<ItemGroup>
|
2021-02-23 18:03:37 +08:00
|
|
|
<ProjectReference Include="..\BililiveRecorder.Flv\BililiveRecorder.Flv.csproj" />
|
2018-03-12 18:57:20 +08:00
|
|
|
</ItemGroup>
|
2021-02-26 21:57:10 +08:00
|
|
|
|
2018-11-07 07:14:00 +08:00
|
|
|
</Project>
|