add: Patchable items and frames

This commit is contained in:
h z
2025-03-04 11:58:14 +00:00
parent 684763f0cc
commit 93fbe0869b
18 changed files with 163 additions and 26 deletions

View File

@@ -41,7 +41,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Package\build\editorconfig" />
<None Include="Package/build/editorconfig" />
</ItemGroup>
<Target Name="CleanPreviousPackages" BeforeTargets="Build">
@@ -66,7 +66,6 @@
<Target Name="RestoreNoCache" BeforeTargets="Build">
<Message Text="Restoring packages with no chache" Importance="high" />
<Exec Command="dotnet restore --no-cache" />
</Target>
</Project>