We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a28c6 commit e90fcb0Copy full SHA for e90fcb0
1 file changed
src/EFCore.Dm/EFCore.Dm.csproj
@@ -19,6 +19,7 @@
19
<PackageIcon>icon.png</PackageIcon>
20
<PackageLicenseFile>License.txt</PackageLicenseFile>
21
<PackageProjectUrl>https://github.com/dotnetcore/EntityFrameworkCore.Dm</PackageProjectUrl>
22
+ <Copyright>License.txt</Copyright>
23
</PropertyGroup>
24
25
<ItemGroup>
@@ -30,11 +31,19 @@
30
31
<Compile Include="..\Shared\*.cs" />
32
</ItemGroup>
33
34
+ <ItemGroup>
35
+ <Content Include="..\..\License.txt" Link="License.txt" />
36
+ </ItemGroup>
37
+
38
39
<None Include="..\..\icon.png">
40
<Pack>True</Pack>
41
<PackagePath>\</PackagePath>
42
</None>
43
+ <None Include="..\..\License.txt">
44
+ <Pack>True</Pack>
45
+ <PackagePath>\</PackagePath>
46
+ </None>
47
<None Include="README.md" Pack="true" PackagePath="\" />
48
49
0 commit comments