Skip to content

Commit

Permalink
Update DiffEngine.Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 1, 2023
1 parent 3f35aec commit 3cc2ec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net6.0;net7.0;net48</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net48</TargetFrameworks>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<NoWarn>SYSLIB0012</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 3cc2ec9

Please sign in to comment.