From 2cacbace93a60a772c6265b823a7d5c6feebe7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Tue, 10 Nov 2020 22:16:37 +0100 Subject: [PATCH] updated to .net 5 --- App/ModernWpfPlayground.csproj | 16 +++++++++------- Controls/Controls.csproj | 10 ++++++---- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/App/ModernWpfPlayground.csproj b/App/ModernWpfPlayground.csproj index ffadb01..1a34ef5 100644 --- a/App/ModernWpfPlayground.csproj +++ b/App/ModernWpfPlayground.csproj @@ -1,20 +1,22 @@ - + WinExe - netcoreapp3.1 + net5.0-windows10.0.18362.0 true enable - - - + + + - - + + + + diff --git a/Controls/Controls.csproj b/Controls/Controls.csproj index de3af34..c507b02 100644 --- a/Controls/Controls.csproj +++ b/Controls/Controls.csproj @@ -1,14 +1,16 @@ - + - netcoreapp3.1 + net5.0-windows10.0.18362.0 true enable - - + + + +