|
14 | 14 | <RepositoryType>git</RepositoryType> |
15 | 15 | <PackageIcon>packageicon.png</PackageIcon> |
16 | 16 | <PackageIconUrl>https://avatars3.githubusercontent.com/u/39734771</PackageIconUrl> |
17 | | - <PackageLicenseUrl>https://github.com/philips-software/roslyn-analyzers/blob/main/LICENSE.md</PackageLicenseUrl> |
| 17 | + <PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
| 18 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | 19 | <PackageProjectUrl>https://github.com/philips-software/roslyn-analyzers</PackageProjectUrl> |
19 | 20 | <PackageReleaseNotes>See Changelog</PackageReleaseNotes> |
20 | 21 | <RepositoryUrl>https://github.com/philips-software/roslyn-analyzers</RepositoryUrl> |
|
41 | 42 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" /> |
42 | 43 | </ItemGroup> |
43 | 44 |
|
44 | | - <ItemGroup> |
45 | | - <None Include="..\packageicon.png" Pack="true" PackagePath="\" /> |
46 | | - <None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" /> |
47 | | - <None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
48 | | - <None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).pdb" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
49 | | - <None Include="$(OutputPath)\netstandard2.0\Philips.CodeAnalysis.Common.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
50 | | - <None Include="..\LICENSE.md" Pack="true" PackagePath="" /> |
| 45 | + <ItemGroup> |
| 46 | + <None Include="..\packageicon.png" Pack="true" PackagePath="\" /> |
| 47 | + <None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" /> |
| 48 | + <None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
| 49 | + <None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).pdb" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
| 50 | + <None Include="$(OutputPath)\netstandard2.0\Philips.CodeAnalysis.Common.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
| 51 | + <None Include="..\LICENSE.md" Pack="true" PackagePath="" /> |
| 52 | + <None Include="..\README.md" Pack="true" PackagePath="" /> |
51 | 53 | </ItemGroup> |
52 | 54 |
|
53 | 55 | <ItemGroup> |
|
0 commit comments