Skip to content

Commit 4381737

Browse files
chore(deps): bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies (#460)
1 parent 55d2d5a commit 4381737

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FirebaseAdmin/FirebaseAdmin.IntegrationTests/FirebaseAdmin.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<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" />

FirebaseAdmin/FirebaseAdmin.Snippets/FirebaseAdmin.Snippets.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
1515
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />

FirebaseAdmin/FirebaseAdmin.Tests/FirebaseAdmin.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net462;net6.0</TargetFrameworks>
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2020
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
2121
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
2222
<PackageReference Include="xunit" Version="2.7.0" />

0 commit comments

Comments
 (0)