From ecec2075d80d612ab5dc0d7de46dddd36d50a002 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 28 Feb 2021 19:02:04 +0100 Subject: [PATCH] Go back to single tfm (net472) --- ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 2 +- ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj | 2 +- ILSpy.Tests/ILSpy.Tests.csproj | 2 +- ILSpy/ILSpy.csproj | 2 +- SharpTreeView/ICSharpCode.TreeView.csproj | 2 +- TestPlugin/TestPlugin.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 565e82614..b2e84b4fd 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -1,7 +1,7 @@  - net472;net5.0-windows + net472 ILSpy.BamlDecompiler.Plugin 8.0 False diff --git a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj index 21204bb1b..53d2c0940 100644 --- a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj +++ b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj @@ -2,7 +2,7 @@ - net472;net5.0-windows + net472 ILSpy.ReadyToRun.Plugin 8.0 False diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 77e1264c7..7ce61623a 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -2,7 +2,7 @@ - net472;net5.0-windows + net472 8.0 True diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index ac93d2fff..c5dd0b76f 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -2,7 +2,7 @@ - net472;net5.0-windows + net472 WinExe 9.0 False diff --git a/SharpTreeView/ICSharpCode.TreeView.csproj b/SharpTreeView/ICSharpCode.TreeView.csproj index 640ec23c2..7cc6659cb 100644 --- a/SharpTreeView/ICSharpCode.TreeView.csproj +++ b/SharpTreeView/ICSharpCode.TreeView.csproj @@ -2,7 +2,7 @@ - net472;net5.0-windows + net472 true False True diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj index 1eb18eb58..5511258c2 100644 --- a/TestPlugin/TestPlugin.csproj +++ b/TestPlugin/TestPlugin.csproj @@ -1,7 +1,7 @@  - net472;net5.0-windows + net472 Test.Plugin False true