From bc992890240ec943882dd3d20df05a1d269ce675 Mon Sep 17 00:00:00 2001 From: Diego Galante Date: Sat, 30 Mar 2024 18:04:32 -0300 Subject: [PATCH] Update to .net7 --- src/AzureDevopsTracker.csproj | 14 +++++++------- .../AzureDevopsTracker.Tests.csproj | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/AzureDevopsTracker.csproj b/src/AzureDevopsTracker.csproj index 03454f7..d8e791c 100644 --- a/src/AzureDevopsTracker.csproj +++ b/src/AzureDevopsTracker.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 True AzureDevOpsTracker Elvis Souza | Diego Galante @@ -17,10 +17,10 @@ en LICENSE.md.txt A NuGet that allows you to use a Azure DevOps Service Hook to track workitems changes in a simply and detailed way. - 6.0.0.0 - 6.0.0 - 6.0.0 - Add ChangeLog Feature + 7.0.0.0 + 7.0.0 + 7.0.0 + @@ -32,10 +32,10 @@ - + - + diff --git a/tests/AzureDevopsTracker.Tests/AzureDevopsTracker.Tests.csproj b/tests/AzureDevopsTracker.Tests/AzureDevopsTracker.Tests.csproj index bb3bd0a..6c6fcfc 100644 --- a/tests/AzureDevopsTracker.Tests/AzureDevopsTracker.Tests.csproj +++ b/tests/AzureDevopsTracker.Tests/AzureDevopsTracker.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable