[MediaCodec] Remove feature description and tag in EventArgs class (#953)
[platform/core/csapi/tizenfx.git] / build / pack.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <Import Project="$(MSBuildThisFileDirectory)directories.props" />
4
5   <PropertyGroup>
6     <TargetFramework>netstandard2.0</TargetFramework>
7   </PropertyGroup>
8
9   <PropertyGroup>
10     <DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
11   </PropertyGroup>
12
13   <PropertyGroup>
14     <IncludeBuildOutput>false</IncludeBuildOutput>
15     <NoPackageAnalysis>true</NoPackageAnalysis>
16     <NuspecBasePath>$(ProjectRootDir)</NuspecBasePath>
17     <NuspecProperties>$(NuspecProperties);fxversion=$(Version)</NuspecProperties>
18     <PackageOutputPath>$(OutputBaseDir)</PackageOutputPath>
19   </PropertyGroup>
20
21 </Project>