|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks> |
5 | 5 | <LangVersion>10.0</LangVersion> |
6 | 6 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
7 | 7 | <AssemblyName>SoftFluent.EntityFrameworkCore.DataEncryption</AssemblyName> |
8 | 8 | <RootNamespace>SoftFluent.EntityFrameworkCore.DataEncryption</RootNamespace> |
9 | 9 | <IsPackable>true</IsPackable> |
10 | | - <Version>6.0.0</Version> |
11 | | - <Authors>Filipe GOMES PEIXOTO</Authors> |
| 10 | + <Version>7.0.0</Version> |
| 11 | + <Authors>SoftFluent</Authors> |
12 | 12 | <Company>SoftFluent</Company> |
13 | 13 | <PackageId>EntityFrameworkCore.DataEncryption</PackageId> |
14 | 14 | <PackageProjectUrl>https://github.com/SoftFluent/EntityFrameworkCore.DataEncryption</PackageProjectUrl> |
|
36 | 36 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1,6)" /> |
37 | 37 | </ItemGroup> |
38 | 38 | <ItemGroup Condition="('$(TargetFramework)' == 'net6.0')"> |
39 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,8)" /> |
| 39 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6.0.36,8)" /> |
40 | 40 | </ItemGroup> |
41 | 41 | <ItemGroup Condition="('$(TargetFramework)' == 'net7.0')"> |
42 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7,)" /> |
| 42 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7,9)" /> |
43 | 43 | </ItemGroup> |
44 | 44 | <ItemGroup Condition="('$(TargetFramework)' == 'net8.0')"> |
45 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[8,)" /> |
| 45 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[8.0.11,)" /> |
46 | 46 | </ItemGroup> |
| 47 | + <ItemGroup Condition="('$(TargetFramework)' == 'net9.0')"> |
| 48 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="[9,)" /> |
| 49 | + </ItemGroup> |
47 | 50 |
|
48 | | - <ItemGroup> |
| 51 | + <ItemGroup> |
49 | 52 | <None Include="..\..\LICENSE"> |
50 | 53 | <Pack>True</Pack> |
51 | 54 | <PackagePath></PackagePath> |
|
0 commit comments