Skip to content

Commit 7a52d0c

Browse files
update references
1 parent 996c24f commit 7a52d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dojo.AutoGenerators/Dojo.AutoGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Package the generator in the analyzer directory of the nuget package -->
1414
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
1515
<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" />
1717

1818
<!-- Package the Newtonsoft.Json dependency alongside the generator assembly -->
1919
<None Include="$(PkgNewtonsoft_Json)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

Dojo.OpenApiGenerator/Dojo.OpenApiGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- Package the generator in the analyzer directory of the nuget package -->
3939
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4040
<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" />
4242
</ItemGroup>
4343

4444
<ItemGroup>

0 commit comments

Comments
 (0)