Skip to content

Commit e90fcb0

Browse files
committed
feat:适配ef core达梦10.0
1 parent 36a28c6 commit e90fcb0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/EFCore.Dm/EFCore.Dm.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PackageIcon>icon.png</PackageIcon>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<PackageProjectUrl>https://github.com/dotnetcore/EntityFrameworkCore.Dm</PackageProjectUrl>
22+
<Copyright>License.txt</Copyright>
2223
</PropertyGroup>
2324

2425
<ItemGroup>
@@ -30,11 +31,19 @@
3031
<Compile Include="..\Shared\*.cs" />
3132
</ItemGroup>
3233

34+
<ItemGroup>
35+
<Content Include="..\..\License.txt" Link="License.txt" />
36+
</ItemGroup>
37+
3338
<ItemGroup>
3439
<None Include="..\..\icon.png">
3540
<Pack>True</Pack>
3641
<PackagePath>\</PackagePath>
3742
</None>
43+
<None Include="..\..\License.txt">
44+
<Pack>True</Pack>
45+
<PackagePath>\</PackagePath>
46+
</None>
3847
<None Include="README.md" Pack="true" PackagePath="\" />
3948
</ItemGroup>
4049

0 commit comments

Comments
 (0)