|
15 | 15 | <RepositoryType>git</RepositoryType> |
16 | 16 | <PackageIcon>nf-logo.png</PackageIcon> |
17 | 17 | <PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
18 | | - <Deterministic>true</Deterministic> |
19 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
20 | | - <ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">True</ContinuousIntegrationBuild> |
21 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
22 | | - <IncludeSymbols>true</IncludeSymbols> |
23 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
24 | 18 | </PropertyGroup> |
25 | 19 |
|
26 | 20 | <PropertyGroup> |
|
35 | 29 | <NoPackageAnalysis>true</NoPackageAnalysis> |
36 | 30 | <!-- MSBuild Task DLLs need to be versioned with every build --> |
37 | 31 | <AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion> |
38 | | - <SignAssembly>True</SignAssembly> |
39 | | - <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
40 | | - <DelaySign>True</DelaySign> |
41 | 32 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
42 | 33 | </PropertyGroup> |
43 | 34 |
|
|
66 | 57 | <PrivateAssets>all</PrivateAssets> |
67 | 58 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
68 | 59 | </PackageReference> |
69 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
70 | 60 | <PackageReference Include="Microsoft.Build.Framework" Version="15.1.548-*" PrivateAssets="All" /> |
71 | 61 | <PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.548-*" PrivateAssets="All" /> |
72 | 62 | <PackageReference Include="Mono.Cecil" Version="0.11.4" PrivateAssets="All" /> |
73 | 63 | <PackageReference Include="mustache-sharp" Version="1.0.0" PrivateAssets="All" /> |
74 | | - <PackageReference Include="System.Drawing.Common" Version="6.0.0" PrivateAssets="All" /> |
| 64 | + <PackageReference Include="System.Drawing.Common" Version="6.0.0" PrivateAssets="All" /> |
75 | 65 | </ItemGroup> |
76 | 66 |
|
77 | 67 | <Target Name="PackTaskDependencies" BeforeTargets="GenerateNuspec"> |
|
0 commit comments