From 9c96ae591ad6e767c3a43e934b43ae2be324e14c Mon Sep 17 00:00:00 2001 From: ITDancer13 Date: Mon, 8 Aug 2022 21:08:41 +0200 Subject: [PATCH] Update to .NET 6 and upgrade package references (#19) Co-authored-by: Sommer Kevin --- .../DotNet.Consolidate.Tests.csproj | 8 ++++---- src/DotNet.Consolidate/DotNet.Consolidate.csproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/DotNet.Consolidate.Tests/DotNet.Consolidate.Tests.csproj b/src/DotNet.Consolidate.Tests/DotNet.Consolidate.Tests.csproj index 713182c..80557c8 100644 --- a/src/DotNet.Consolidate.Tests/DotNet.Consolidate.Tests.csproj +++ b/src/DotNet.Consolidate.Tests/DotNet.Consolidate.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net6.0 false @@ -11,13 +11,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/DotNet.Consolidate/DotNet.Consolidate.csproj b/src/DotNet.Consolidate/DotNet.Consolidate.csproj index ea486cd..7928274 100644 --- a/src/DotNet.Consolidate/DotNet.Consolidate.csproj +++ b/src/DotNet.Consolidate/DotNet.Consolidate.csproj @@ -2,20 +2,20 @@ Exe - netcoreapp3.1 + net6.0 enable true true dotnet-consolidate - 1.2.2 + 2.0.0 dotnet-consolidate .NET core tool that verifies that all NuGet packages in a solution are consolidated - Oleg Shevchenko + Oleg Shevchenko and Contributors nuget, consolidate, versions https://github.com/olsh/dotnet-consolidate/releases https://github.com/olsh/dotnet-consolidate @@ -23,7 +23,7 @@ - + all