Skip to content

Commit f0d02ee

Browse files
committed
Bump tests to net6
1 parent 419936f commit f0d02ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Auth.Tests.Integration/Auth.Tests.Integration.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<RootNamespace>Firebase.Auth.Tests.Integration</RootNamespace>
77
</PropertyGroup>

tests/Auth.Tests/Auth.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<RootNamespace>Firebase.Auth.Tests</RootNamespace>
77
</PropertyGroup>

0 commit comments

Comments
 (0)