diff --git a/src/AzureDevopsTracker.csproj b/src/AzureDevopsTracker.csproj index 1e967cd..d8e791c 100644 --- a/src/AzureDevopsTracker.csproj +++ b/src/AzureDevopsTracker.csproj @@ -1,7 +1,7 @@  - net5.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. - 5.0.0.0 - 5.0.6 - 5.0.6 - Add ChangeLog Feature + 7.0.0.0 + 7.0.0 + 7.0.0 + @@ -32,9 +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