File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/EntityFrameworkCore.DataEncryption
test/EntityFrameworkCore.DataEncryption.Test Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1</ TargetFrameworks >
55 <AssemblyName >EntityFrameworkCore.DataEncryption</AssemblyName >
66 <RootNamespace >Microsoft.EntityFrameworkCore.DataEncryption</RootNamespace >
7- <Version >1.0 .0</Version >
7+ <Version >1.1 .0</Version >
88 <Authors >Filipe GOMES PEIXOTO</Authors >
99 <PackageId >EntityFrameworkCore.DataEncryption</PackageId >
1010 <PackageLicenseUrl >https://github.com/Eastrall/EntityFrameworkCore.DataEncryption/blob/master/LICENSE</PackageLicenseUrl >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 2.1.0" />
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'" />
2526 </ItemGroup >
2627
2728</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.2 </TargetFramework >
4+ <TargetFramework >netcoreapp3.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1717 </PackageReference >
18- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 2.1 .0" />
19- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.1 .0" />
20- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 2.1 .0" />
18+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0 .0" />
19+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
20+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 3.0 .0" />
2121 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.0.1" />
2222 <PackageReference Include =" xunit" Version =" 2.4.1" />
2323 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
You can’t perform that action at this time.
0 commit comments