forked from Jazea/Onvif.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Onvif.Core.csproj
25 lines (22 loc) · 1.09 KB
/
Onvif.Core.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
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Jazea.org</Authors>
<Copyright>©2020 Jazea.org</Copyright>
<Description>A lightweight ONVIF Discovery and Client library.</Description>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/12891248</PackageIconUrl>
<Company>Jazea.org</Company>
<Version>2.2.2</Version>
<AssemblyVersion>2.2.2.0</AssemblyVersion>
<PackageProjectUrl>https://github.com/Jazea/Onvif.Core</PackageProjectUrl>
<PackageTags>onvif camera ptz</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ServiceModel.Duplex" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.9.0" />
<PackageReference Include="System.ServiceModel.Security" Version="4.9.0" />
</ItemGroup>
</Project>