File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 332
332
</ItemGroup >
333
333
<!-- Package: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore-->
334
334
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' " >
335
- <BaselinePackageVersion >3.0.1 </BaselinePackageVersion >
335
+ <BaselinePackageVersion >3.0.0 </BaselinePackageVersion >
336
336
</PropertyGroup >
337
337
<ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.1' " >
338
- <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" [3.0.1 , )" />
339
- <BaselinePackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [3.0.1 , )" />
338
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" [3.0.0 , )" />
339
+ <BaselinePackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [3.0.0 , )" />
340
340
</ItemGroup >
341
341
<!-- Package: Microsoft.AspNetCore.DataProtection.Extensions-->
342
342
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' " >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Update this list when preparing for a new patch.
44
44
<Package Id =" Microsoft.AspNetCore.DataProtection.Abstractions" Version =" 3.0.0" />
45
45
<Package Id =" Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version =" 3.0.0" />
46
46
<Package Id =" Microsoft.AspNetCore.DataProtection.AzureStorage" Version =" 3.0.0" />
47
- <Package Id =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version =" 3.0.1 " />
47
+ <Package Id =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version =" 3.0.0 " />
48
48
<Package Id =" Microsoft.AspNetCore.DataProtection.Extensions" Version =" 3.0.0" />
49
49
<Package Id =" Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version =" 3.0.0" />
50
50
<Package Id =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.0.0" />
You can’t perform that action at this time.
0 commit comments