Skip to content

Commit

Permalink
target net 8 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 24, 2023
1 parent 093e405 commit a78d0db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ApprovalTests.MSTest/ApprovalTests.MSTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ApprovalTests.Tests/ApprovalTests.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net7.0</TargetFrameworks>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ApprovalTests.Xunit2/ApprovalTests.Xunit2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ApprovalUtilities.Tests/ApprovalUtilities.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit a78d0db

Please sign in to comment.