-
Notifications
You must be signed in to change notification settings - Fork 0
/
EmbySonic.csproj
22 lines (22 loc) · 961 Bytes
/
EmbySonic.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyVersion>0.0.1.2</AssemblyVersion>
<AssemblyFileVersion>0.0.1.2</AssemblyFileVersion>
<AssemblyInformationalVersion>0.0.1.2-alpha</AssemblyInformationalVersion>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="mediabrowser.server.core" Version="4.6.0.50" />
<PackageReference Include="mediabrowser.common" Version="4.6.0.50" />
<PackageReference Include="system.text.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Configuration/configPage.html" />
<EmbeddedResource Include="Images/plugin.png" />
</ItemGroup>
</Project>