Skip to content

Commit 584bcb8

Browse files
committed
fix: Fixed build.
1 parent c3ead96 commit 584bcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/AutoSDK.SourceGenerators/AutoSDK.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<None Include="$(AssemblyName).props" Pack="true" PackagePath="build" />
2626
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />
27-
<None Include="$(OutputPath)\$(AssemblyName).SourceGenerators.dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />
27+
<None Include="$(OutputPath)\AutoSDK.dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />
2828
<None Include="$(OutputPath)\H.Generators.Extensions.dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />
2929
<None Include="$(OutputPath)\SharpYaml.dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />
3030
<None Include="$(OutputPath)\Microsoft.OpenApi.dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.3.1/cs" Visible="false" />

0 commit comments

Comments
 (0)