|
13 | 13 | <AnalysisLevel>latest</AnalysisLevel> |
14 | 14 | </PropertyGroup> |
15 | 15 |
|
| 16 | + <!-- Specific to packing an analyzer --> |
16 | 17 | <PropertyGroup> |
17 | | - <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
18 | | - <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
19 | | - <IncludeBuildOutput>false</IncludeBuildOutput> |
20 | 18 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 19 | + <DevelopmentDependency>true</DevelopmentDependency> |
| 20 | + <IncludeBuildOutput>false</IncludeBuildOutput> |
| 21 | + <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
| 22 | + <AppendTargetFrameworkToOutputDirectory>false</AppendTargetFrameworkToOutputDirectory> |
21 | 23 | </PropertyGroup> |
22 | 24 |
|
23 | 25 | <PropertyGroup> |
24 | 26 | <Version>3.2.3</Version> |
25 | | - <DevelopmentDependency>true</DevelopmentDependency> |
26 | 27 | <Authors>Johan Larsson</Authors> |
27 | 28 | <Description>Roslyn analyzers for INotifyPropertyChanged.</Description> |
28 | 29 | <PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags> |
|
59 | 60 |
|
60 | 61 | <ItemGroup> |
61 | 62 | <PackageReference Include="Gu.Analyzers" Version="2.0.0" PrivateAssets="all" /> |
62 | | - <PackageReference Include="Gu.Roslyn.Extensions" Version="0.16.0" /> |
| 63 | + <PackageReference Include="Gu.Roslyn.Extensions.Source" Version="0.16.0" /> |
63 | 64 | <PackageReference Include="IDisposableAnalyzers" Version="4.0.0" PrivateAssets="all" /> |
64 | 65 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" /> |
65 | 66 | <PackageReference Include="ReflectionAnalyzers" Version="0.3.0" PrivateAssets="all" /> |
66 | 67 | <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354" PrivateAssets="all" /> |
67 | 68 | </ItemGroup> |
68 | 69 |
|
69 | 70 | <ItemGroup> |
70 | | - <PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[3.1.0]" /> |
| 71 | + <PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[5.0.0]" /> |
71 | 72 | <PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.160" PrivateAssets="all" /> |
72 | 73 | </ItemGroup> |
73 | 74 |
|
74 | 75 | <ItemGroup> |
75 | 76 | <None Update="tools\*" Pack="true" PackagePath="" /> |
76 | | - <None Include="$(OutputPath)\$(AssemblyName).dll;$(OutputPath)\Gu.Roslyn.Extensions.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
| 77 | + <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
77 | 78 | </ItemGroup> |
78 | 79 | </Project> |
0 commit comments