Skip to content

Commit

Permalink
Merge pull request #65 from wwwDayDream/fix_critical-msbuild-error
Browse files Browse the repository at this point in the history
Another Critical Error ;~;
  • Loading branch information
wwwDayDream authored May 18, 2024
2 parents 5de1458 + 66332d9 commit 933da65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<Touch Files="@(ReferencePath -> '%(Identity).patched')" />
<Touch Files="@(ReferencePath -> '%(Identity).patched')" AlwaysCreate="true" ForceTouch="true"/>
</Target>

<ItemDefinitionGroup>
Expand Down

0 comments on commit 933da65

Please sign in to comment.