From 2e63e6ec39cb49504a2eabed98d45bdf9011611a Mon Sep 17 00:00:00 2001 From: Thomas Ibel Date: Fri, 9 Apr 2021 13:06:35 +0200 Subject: [PATCH] correct framework name --- src/Caliburn.Light.Core/Caliburn.Light.Core.csproj | 2 +- src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Caliburn.Light.Core/Caliburn.Light.Core.csproj b/src/Caliburn.Light.Core/Caliburn.Light.Core.csproj index c0d325b..61782bf 100644 --- a/src/Caliburn.Light.Core/Caliburn.Light.Core.csproj +++ b/src/Caliburn.Light.Core/Caliburn.Light.Core.csproj @@ -1,6 +1,6 @@  - net461;netstandard2.0;netcoreapp3.1;net50 + net461;netstandard2.0;netcoreapp3.1;net5.0 Caliburn.Light Caliburn.Light.Core The portable core of Caliburn.Light diff --git a/src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj b/src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj index 15e78a4..8c18e60 100644 --- a/src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj +++ b/src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj @@ -1,6 +1,6 @@  - net461;netcoreapp3.1;net50-windows + net461;netcoreapp3.1;net5.0-windows Caliburn.Light.WPF true Caliburn.Light.WPF