Skip to content

Commit

Permalink
Couple more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescourtney committed Dec 1, 2023
1 parent 752a7c4 commit 3a65142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Stryker/CodeGen/CodeGen.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyName>StrykerTestsCodeGen</AssemblyName>
<RootNamespace>FlatSharpStrykerTests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Stryker/Tests/StrykerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\unittest.props" />

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<AssemblyName>FlatSharpStrykerTests</AssemblyName>
<RootNamespace>FlatSharpStrykerTests</RootNamespace>
Expand Down

0 comments on commit 3a65142

Please sign in to comment.