Skip to content

Commit

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

0 comments on commit adb2d82

Please sign in to comment.