Skip to content

Commit

Permalink
Remove output assembly reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRasicci committed Aug 27, 2023
1 parent 2335a42 commit 399f01b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<!-- Ensure that Tailwind.MSBuild is built first, but don't include its output. -->
<ItemGroup>
<ProjectReference Include="..\..\Source\Tailwind.MSBuild\Tailwind.MSBuild.csproj">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>

Expand Down

0 comments on commit 399f01b

Please sign in to comment.