f58cb108cbb84fc78364b9f7c13253ae05d8c179
[platform/core/csapi/tizenfx.git] / build / pack.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <TargetFramework>net6.0</TargetFramework>
5   </PropertyGroup>
6
7   <PropertyGroup>
8     <DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
9   </PropertyGroup>
10
11   <PropertyGroup>
12     <IncludeBuildOutput>false</IncludeBuildOutput>
13     <NoPackageAnalysis>true</NoPackageAnalysis>
14     <NuspecBasePath>$(MSBuildThisFileDirectory)..\</NuspecBasePath>
15     <NuspecProperties>$(NuspecProperties);fxversion=$(Version)</NuspecProperties>
16   </PropertyGroup>
17
18 </Project>