Skip to content

Commit 55cc4d9

Browse files
committed
fix: revert AspNetCore updates
1 parent a549ca6 commit 55cc4d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FirebaseAdmin/FirebaseAdmin.IntegrationTests/FirebaseAdmin.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.3.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
1414
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1616
<PackageReference Include="xunit" Version="2.9.3" />

FirebaseAdmin/FirebaseAdmin.Snippets/FirebaseAdmin.Snippets.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.3.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
1515
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
1616
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1717
<PackageReference Include=" System.Security.Cryptography.Xml" Version="8.0.2" />

0 commit comments

Comments
 (0)