Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
王晓亮
zhs_ecs
Commits
5888bb47
Commit
5888bb47
authored
5 months ago
by
王晓亮
Browse files
Options
Download
Email Patches
Plain Diff
m
parent
c9658a0c
stage
develop
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ZHS.WebApi/ZHS.WebApi.csproj
+2
-2
ZHS.WebApi/ZHS.WebApi.csproj
ZHS.WebApi/patches/net5.0/Z.EntityFramework.Extensions.EFCore.dll
+0
-0
...pi/patches/net5.0/Z.EntityFramework.Extensions.EFCore.dll
ZHS.WebApi/patches/net6.0/Z.EntityFramework.Extensions.EFCore.dll
+0
-0
...pi/patches/net6.0/Z.EntityFramework.Extensions.EFCore.dll
with
2 additions
and
2 deletions
+2
-2
ZHS.WebApi/ZHS.WebApi.csproj
View file @
5888bb47
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
ZHS.WebApi/patches/net5.0/Z.EntityFramework.Extensions.EFCore.dll
0 → 100644
View file @
5888bb47
File added
This diff is collapsed.
Click to expand it.
ZHS.WebApi/patches/Z.EntityFramework.Extensions.EFCore.dll
→
ZHS.WebApi/patches/
net6.0/
Z.EntityFramework.Extensions.EFCore.dll
View file @
5888bb47
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help