Browse Source

Set TFM to TargetFramework to match other unit test projects

pull/2642/head
Christoph Wille 3 years ago
parent
commit
76bc5a3bab
  1. 2
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

2
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

Loading…
Cancel
Save