File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
<!-- Package the generator in the analyzer directory of the nuget package -->
14
14
<None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
15
15
<None Include =" $(OutputPath)\Dojo.Generators.Abstractions.dll" Pack =" true" PackagePath =" lib/$(TargetFramework)/Dojo.Generators.Abstractions.dll" Visible =" false" />
16
- <None Include =" $(OutputPath)\Dojo.Generators.Core.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs " Visible =" false" />
16
+ <None Include =" $(OutputPath)\Dojo.Generators.Core.dll" Pack =" true" PackagePath =" lib/$(TargetFramework)/Dojo.Generators.Core.dll " Visible =" false" />
17
17
18
18
<!-- Package the Newtonsoft.Json dependency alongside the generator assembly -->
19
19
<None Include =" $(PkgNewtonsoft_Json)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
Original file line number Diff line number Diff line change 38
38
<!-- Package the generator in the analyzer directory of the nuget package -->
39
39
<None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
40
40
<None Include =" $(OutputPath)\Dojo.Generators.Abstractions.dll" Pack =" true" PackagePath =" lib/$(TargetFramework)/Dojo.Generators.Abstractions.dll" Visible =" false" />
41
- <None Include =" $(OutputPath)\Dojo.Generators.Core.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs " Visible =" false" />
41
+ <None Include =" $(OutputPath)\Dojo.Generators.Core.dll" Pack =" true" PackagePath =" lib/$(TargetFramework)/Dojo.Generators.Core.dll " Visible =" false" />
42
42
</ItemGroup >
43
43
44
44
<ItemGroup >
You can’t perform that action at this time.
0 commit comments