Skip to content

Commit aeae7ee

Browse files
committed
Revert unnecessary changes
1 parent 21bfcf0 commit aeae7ee

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

eng/Baseline.Designer.props

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
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>
1935
<!-- Package: Microsoft.AspNetCore.App.Ref-->
2036
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Ref' ">
2137
<BaselinePackageVersion>6.0.0</BaselinePackageVersion>

eng/Baseline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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" />
1112
<Package Id="Microsoft.AspNetCore.App.Ref" Version="6.0.0" />
1213
<Package Id="Microsoft.AspNetCore.App.Runtime.linux-arm" Version="6.0.0" />
1314
<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') -and !$file.Contains('ApiAuthorization.IdentityServer/src/PublicAPI.Shipped.txt')) {
251+
if (!$file.Contains('DevServer/src/PublicAPI.Shipped.txt')) {
252252
$changedAPIBaselines.Add($file)
253253
}
254254
}

0 commit comments

Comments
 (0)