Skip to content

Commit

Permalink
Update SampleApp.csproj to skip getting target framework properties
Browse files Browse the repository at this point in the history
- SkipGetTargetFrameworkProperties set to true in ProjectReference for Tailwind.MSBuild.csproj
  • Loading branch information
MJRasicci committed Aug 27, 2023
1 parent 399f01b commit b6b6914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SampleApp/SampleApp.csproj
Expand Up @@ -8,6 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Source\Tailwind.MSBuild\Tailwind.MSBuild.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
</ProjectReference>
</ItemGroup>

Expand Down

0 comments on commit b6b6914

Please sign in to comment.