We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e90f80 commit 1cf6fc4Copy full SHA for 1cf6fc4
src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj
@@ -18,7 +18,9 @@
18
19
<Target Name="PackBuildOutputs">
20
<ItemGroup>
21
- <TfmSpecificPackageFile Include="$(OutputPath)\**\*" PackagePath="analyzers/dotnet/cs" Visible="false" />
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\ReactiveMarbles*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
22
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
23
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.pdb" PackagePath="analyzers/dotnet/cs" Visible="false" />
24
</ItemGroup>
25
</Target>
26
</Project>
0 commit comments