Commit 5888bb47 authored by 王晓亮's avatar 王晓亮
Browse files

m

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -20,14 +20,14 @@
<Target Name="CopyZPatchToBuild" AfterTargets="AfterBuild">
<ItemGroup>
<PatchFiles Include="patches\Z.EntityFramework.Extensions.EFCore.dll" />
<PatchFiles Include="patches\net5.0\Z.EntityFramework.Extensions.EFCore.dll" />
</ItemGroup>
<Copy SourceFiles="@(PatchFiles)" DestinationFolder="$(OutDir)\" OverwriteReadOnlyFiles="true" />
</Target>
<Target Name="CopyZPatchToPublish" AfterTargets="Publish">
<ItemGroup>
<PatchFiles Include="patches\Z.EntityFramework.Extensions.EFCore.dll" />
<PatchFiles Include="patches\net5.0\Z.EntityFramework.Extensions.EFCore.dll" />
</ItemGroup>
<Copy SourceFiles="@(PatchFiles)" DestinationFolder="$(PublishDir)\" />
</Target>
......
File added
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment