File tree Expand file tree Collapse file tree
src/MediaConverters/SkiaWmfRenderer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <PublishAot >true</PublishAot >
9+ <IsPackable >false</IsPackable >
910 </PropertyGroup >
1011
1112 <ItemGroup >
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <LangVersion >latest</LangVersion >
88 <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
9+ <AssemblyName >DotNetCampus.MediaConverter.SkiaWmfRenderer</AssemblyName >
10+ <RootNamespace >DotNetCampus.MediaConverter.SkiaWmfRenderer</RootNamespace >
911 </PropertyGroup >
1012
1113 <!-- 以下为 NuGet 包的属性-->
1214 <PropertyGroup >
13- <PackageId >DotNetCampus.MediaConverter.SkiaWmfRenderer</PackageId >
1415 <PackageReadmeFile >README.md</PackageReadmeFile >
15-
16+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
17+ <EmbedAllSources Condition =" '$(Configuration)' != 'Debug'" >true</EmbedAllSources >
18+ <!-- 输出 pdb 文件 NuGet 包 -->
19+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
20+ <!-- 输出符号文件 -->
21+ <IncludeSymbols >true</IncludeSymbols >
22+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1623 </PropertyGroup >
1724 <ItemGroup >
18- <None Include =" README.md" Pack =" True" PackagePath =" \" />
19-
25+ <None Include =" README.md" Pack =" True" PackagePath =" \" />
26+ < PackageReference Include = " Microsoft.SourceLink.GitHub " Version = " 1.0.0 " PrivateAssets = " All " Condition = " '$(GITHUB_ACTIONS)' == 'true' " />
2027 </ItemGroup >
2128
2229 <ItemGroup >
You can’t perform that action at this time.
0 commit comments