File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 37
37
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" PrivateAssets =" all" />
38
38
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" PrivateAssets =" all" />
39
39
40
- <!-- Generator dependencies -->
41
- <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" GeneratePathProperty =" true" PrivateAssets =" all" />
42
40
</ItemGroup >
43
-
44
- <PropertyGroup >
45
- <GetTargetPathDependsOn >$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn >
46
- </PropertyGroup >
47
-
48
- <Target Name =" GetDependencyTargetPaths" >
49
- <ItemGroup >
50
- <TargetPathWithTargetPlatformMoniker Include =" $(PKGProgrammerAl_SourceGenerators_PublicInterfaceGenerator_Attributes)\lib\netstandard2.0\ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes.dll" IncludeRuntimeDependency =" true" />
51
- </ItemGroup >
52
- </Target >
53
-
54
41
<ItemGroup >
42
+ <!-- Generator dependencies -->
43
+ <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes" Version =" *" />
44
+
55
45
<!-- Package the generator in the analyzer directory of the nuget package -->
56
46
<None Include =" $(OutputPath)/$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
57
47
You can’t perform that action at this time.
0 commit comments