Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeirstead committed Jul 17, 2024
1 parent ed25be2 commit 3ae008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/dotnet-monitor/dotnet-monitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</ItemGroup>
<ItemGroup>
<!-- Pack the file if it exists. -->
<TfmSpecificPackageFile Include="@(AdditionalPackageFile-&gt;Exists())" />
<TfmSpecificPackageFile Include="@(AdditionalPackageFile->Exists())" />
<!-- Pack startup hook files -->
<TfmSpecificPackageFile Include="$(StartupHookLibraryPath)">
<PackagePath>tools/$(TargetFramework)/any/shared/any/$(StartupHookTargetFramework)</PackagePath>
Expand Down

0 comments on commit 3ae008d

Please sign in to comment.