diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c07097ff8..bccc55af5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,14 +10,14 @@ pool: variables: buildConfiguration: 'Release' - version: 3.4 + version: 8.0 steps: - task: UseDotNet@2 - displayName: Installing .NET 6 + displayName: Installing .NET 8 inputs: packageType: 'sdk' - version: '6.0.x' + version: '8.x' installationPath: $(Agent.ToolsDirectory)/dotnet - task: PowerShell@2 @@ -65,7 +65,7 @@ steps: publishWebProjects: True zipAfterPublish: false modifyOutputPath: false - arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)/$(System.TeamProject)_$(Build.BuildNumber) --self-contained --no-build --no-restore' + arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)/$(System.TeamProject)_$(Build.BuildNumber) ' - task: ArchiveFiles@2 inputs: diff --git a/source/DasBlog.CLI/DasBlog.CLI.csproj b/source/DasBlog.CLI/DasBlog.CLI.csproj index c2a0865dd..56959deea 100644 --- a/source/DasBlog.CLI/DasBlog.CLI.csproj +++ b/source/DasBlog.CLI/DasBlog.CLI.csproj @@ -2,9 +2,9 @@ Exe - net6.0 + net8.0 dasblog-core - 3.0.0 + 8.0.0 true true true @@ -22,14 +22,14 @@ - - - - - - - - + + + + + + + + diff --git a/source/DasBlog.Services/DasBlog.Services.csproj b/source/DasBlog.Services/DasBlog.Services.csproj index 67293db65..88a84e893 100644 --- a/source/DasBlog.Services/DasBlog.Services.csproj +++ b/source/DasBlog.Services/DasBlog.Services.csproj @@ -1,8 +1,8 @@  - net6.0 - 3.0.0 + net8.0 + 8.0.0 true true true @@ -12,14 +12,14 @@ - - - - - - - - + + + + + + + + diff --git a/source/DasBlog.Tests/DasBlog.Test.Integration/DasBlog.Test.Integration.csproj b/source/DasBlog.Tests/DasBlog.Test.Integration/DasBlog.Test.Integration.csproj index 8925ac3bd..cc7807d9d 100644 --- a/source/DasBlog.Tests/DasBlog.Test.Integration/DasBlog.Test.Integration.csproj +++ b/source/DasBlog.Tests/DasBlog.Test.Integration/DasBlog.Test.Integration.csproj @@ -1,22 +1,22 @@ - net6.0 + net8.0 false - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/source/DasBlog.Tests/UnitTests/DasBlog.Tests.UnitTests.csproj b/source/DasBlog.Tests/UnitTests/DasBlog.Tests.UnitTests.csproj index 2f8d5f0e5..e13f86a1b 100644 --- a/source/DasBlog.Tests/UnitTests/DasBlog.Tests.UnitTests.csproj +++ b/source/DasBlog.Tests/UnitTests/DasBlog.Tests.UnitTests.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 false Debug;Release AnyCPU @@ -59,10 +59,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/source/DasBlog.Tests/UnitTests/UnitTestsConstants.cs b/source/DasBlog.Tests/UnitTests/UnitTestsConstants.cs index f90614a48..cb41578ab 100644 --- a/source/DasBlog.Tests/UnitTests/UnitTestsConstants.cs +++ b/source/DasBlog.Tests/UnitTests/UnitTestsConstants.cs @@ -6,9 +6,9 @@ public class UnitTestsConstants { private static readonly DirectoryInfo root = new DirectoryInfo(GetProjectBinaryDirectory()); - public static string TestContentLocation { get { return new DirectoryInfo(Path.Combine(root.Parent.FullName, "net6.0/TestContent")).FullName; } } + public static string TestContentLocation { get { return new DirectoryInfo(Path.Combine(root.Parent.FullName, "net8.0/TestContent")).FullName; } } - public static string TestLoggingLocation { get { return new DirectoryInfo(Path.Combine(root.Parent.FullName, "net6.0/logs")).FullName; } } + public static string TestLoggingLocation { get { return new DirectoryInfo(Path.Combine(root.Parent.FullName, "net8.0/logs")).FullName; } } public static string GetProjectBinaryDirectory() { diff --git a/source/DasBlog.Web.Core/DasBlog.Core.csproj b/source/DasBlog.Web.Core/DasBlog.Core.csproj index a9c790574..0fa3d7cdf 100644 --- a/source/DasBlog.Web.Core/DasBlog.Core.csproj +++ b/source/DasBlog.Web.Core/DasBlog.Core.csproj @@ -1,9 +1,9 @@  - net6.0 + net8.0 Debug;Release AnyCPU - 3.0.0 + 8.0.0 true true true @@ -21,10 +21,10 @@ - - - - + + + + diff --git a/source/DasBlog.Web.Repositories/DasBlog.Managers.csproj b/source/DasBlog.Web.Repositories/DasBlog.Managers.csproj index 7445269ef..87cb73b0b 100644 --- a/source/DasBlog.Web.Repositories/DasBlog.Managers.csproj +++ b/source/DasBlog.Web.Repositories/DasBlog.Managers.csproj @@ -1,17 +1,17 @@  - net6.0 + net8.0 Debug;Release AnyCPU - 3.0.0 + 8.0.0 true true true snupkg - - + + diff --git a/source/DasBlog.Web.UI/DasBlog.Web.csproj b/source/DasBlog.Web.UI/DasBlog.Web.csproj index 1acf6ee1e..7a2b1a892 100644 --- a/source/DasBlog.Web.UI/DasBlog.Web.csproj +++ b/source/DasBlog.Web.UI/DasBlog.Web.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 true true DasBlog.Web @@ -14,26 +14,26 @@ true Linux false - 3.0.0 + 8.0.0 true true true snupkg - - - - - - - - - + + + + + + + + + - - + + diff --git a/source/newtelligence.DasBlog.Runtime/newtelligence.DasBlog.Runtime.csproj b/source/newtelligence.DasBlog.Runtime/newtelligence.DasBlog.Runtime.csproj index d39cd973e..74f75978c 100644 --- a/source/newtelligence.DasBlog.Runtime/newtelligence.DasBlog.Runtime.csproj +++ b/source/newtelligence.DasBlog.Runtime/newtelligence.DasBlog.Runtime.csproj @@ -1,8 +1,8 @@  - net6.0 - 3.0.0 + net8.0 + 8.0.0 true true true @@ -10,8 +10,8 @@ - - + +