Skip to content

Commit

Permalink
Bump tests to net6
Browse files Browse the repository at this point in the history
  • Loading branch information
bezysoftware committed Sep 6, 2023
1 parent 419936f commit f0d02ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Auth.Tests.Integration/Auth.Tests.Integration.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Firebase.Auth.Tests.Integration</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Auth.Tests/Auth.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Firebase.Auth.Tests</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit f0d02ee

Please sign in to comment.