|
7 | 7 | <Version>1.1.0</Version> |
8 | 8 | <Authors>Filipe GOMES PEIXOTO</Authors> |
9 | 9 | <PackageId>EntityFrameworkCore.DataEncryption</PackageId> |
10 | | - <PackageLicenseUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/master/LICENSE</PackageLicenseUrl> |
11 | 10 | <PackageProjectUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption</PackageProjectUrl> |
12 | 11 | <RepositoryUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption.git</RepositoryUrl> |
13 | 12 | <RepositoryType>git</RepositoryType> |
14 | 13 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
15 | 14 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
16 | 15 | <PackageTags>entity-framework-core, extensions, dotnet-core, dotnet, encryption, fluent-api</PackageTags> |
17 | 16 | <LangVersion>7.3</LangVersion> |
18 | | - <PackageIconUrl>https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/master/resources/icon.png?raw=true</PackageIconUrl> |
| 17 | + <PackageIcon>icon.png</PackageIcon> |
19 | 18 | <Copyright>Filipe GOMES PEIXOTO © 2019</Copyright> |
20 | 19 | <Description>A plugin for Microsoft.EntityFrameworkCore to add support of encrypted fields using built-in or custom encryption providers.</Description> |
| 20 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 21 | + <PackageReleaseNotes>- Add support for Entity Framework Core 3</PackageReleaseNotes> |
21 | 22 | </PropertyGroup> |
22 | 23 |
|
23 | 24 | <ItemGroup> |
24 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" /> |
25 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" /> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" /> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" /> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | + <ItemGroup> |
| 30 | + <None Include="..\..\LICENSE"> |
| 31 | + <Pack>True</Pack> |
| 32 | + <PackagePath></PackagePath> |
| 33 | + </None> |
| 34 | + <None Include="Resources/icon.png" Pack="true" Visible="true" PackagePath="" /> |
26 | 35 | </ItemGroup> |
27 | 36 |
|
28 | 37 | </Project> |
0 commit comments