Skip to content

Commit 597a101

Browse files
committed
Hold Microsoft.AspNetCore.DataProtection.EntityFrameworkCore at 3.0.0
1 parent 68c82b4 commit 597a101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Baseline.Designer.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,11 @@
332332
</ItemGroup>
333333
<!-- Package: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore-->
334334
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' ">
335-
<BaselinePackageVersion>3.0.1</BaselinePackageVersion>
335+
<BaselinePackageVersion>3.0.0</BaselinePackageVersion>
336336
</PropertyGroup>
337337
<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, )" />
340340
</ItemGroup>
341341
<!-- Package: Microsoft.AspNetCore.DataProtection.Extensions-->
342342
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' ">

eng/Baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Update this list when preparing for a new patch.
4444
<Package Id="Microsoft.AspNetCore.DataProtection.Abstractions" Version="3.0.0" />
4545
<Package Id="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.0.0" />
4646
<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" />
4848
<Package Id="Microsoft.AspNetCore.DataProtection.Extensions" Version="3.0.0" />
4949
<Package Id="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.0.0" />
5050
<Package Id="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" />

0 commit comments

Comments
 (0)