Skip to content

Commit 21bfcf0

Browse files
committed
Update baseline
1 parent 5deb8d4 commit 21bfcf0

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

eng/Baseline.Designer.props

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@
1616
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-sql-cache' ">
1717
<BaselinePackageVersion>6.0.0</BaselinePackageVersion>
1818
</PropertyGroup>
19-
<!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer-->
20-
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' ">
21-
<BaselinePackageVersion>6.0.0</BaselinePackageVersion>
22-
</PropertyGroup>
23-
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net6.0') ">
24-
<BaselinePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[6.0.0, )" />
25-
<BaselinePackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[6.0.0, )" />
26-
<BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[6.0.0, )" />
27-
<BaselinePackageReference Include="Duende.IdentityServer" Version="[5.2.0, )" />
28-
<BaselinePackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="[5.2.0, )" />
29-
<BaselinePackageReference Include="Duende.IdentityServer.EntityFramework" Version="[5.2.0, )" />
30-
<BaselinePackageReference Include="Duende.IdentityServer.EntityFramework.Storage" Version="[5.2.0, )" />
31-
<BaselinePackageReference Include="Duende.IdentityServer.Storage" Version="[5.2.0, )" />
32-
<BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[6.0.0, )" />
33-
<BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" />
34-
</ItemGroup>
3519
<!-- Package: Microsoft.AspNetCore.App.Ref-->
3620
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Ref' ">
3721
<BaselinePackageVersion>6.0.0</BaselinePackageVersion>

eng/Baseline.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Update this list when preparing for a new patch.
88
<Package Id="AspNetCoreRuntime.6.0.x64" Version="6.0.0" />
99
<Package Id="AspNetCoreRuntime.6.0.x86" Version="6.0.0" />
1010
<Package Id="dotnet-sql-cache" Version="6.0.0" />
11-
<Package Id="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="6.0.0" />
1211
<Package Id="Microsoft.AspNetCore.App.Ref" Version="6.0.0" />
1312
<Package Id="Microsoft.AspNetCore.App.Runtime.linux-arm" Version="6.0.0" />
1413
<Package Id="Microsoft.AspNetCore.App.Runtime.linux-arm64" Version="6.0.0" />

eng/scripts/CodeCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ try {
248248
foreach ($file in $changedFilesFromTarget) {
249249
# Check for changes in Shipped in all branches
250250
if ($file -like '*PublicAPI.Shipped.txt') {
251-
if (!$file.Contains('DevServer/src/PublicAPI.Shipped.txt')) {
251+
if (!$file.Contains('DevServer/src/PublicAPI.Shipped.txt') -and !$file.Contains('ApiAuthorization.IdentityServer/src/PublicAPI.Shipped.txt')) {
252252
$changedAPIBaselines.Add($file)
253253
}
254254
}

0 commit comments

Comments
 (0)