diff --git a/MatFileHandler.Tests/MatFileHandler.Tests.csproj b/MatFileHandler.Tests/MatFileHandler.Tests.csproj index c6bfd00..eed4d91 100755 --- a/MatFileHandler.Tests/MatFileHandler.Tests.csproj +++ b/MatFileHandler.Tests/MatFileHandler.Tests.csproj @@ -1,22 +1,19 @@  - netcoreapp3.0;net472 + net5.0;net472 false - + ..\MatFileHandler.ruleset - - - ..\MatFileHandler.ruleset - bin\Debug\netcoreapp2.0\MatFileHandler.Tests.xml + bin\Debug\net5.0\MatFileHandler.Tests.xml - - - + + + @@ -25,7 +22,7 @@ - + All diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c43e0ec..2ea8385 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,9 +11,9 @@ variables: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.x' + displayName: 'Use .NET Core SDK 5.x' inputs: - version: 3.x + version: 5.x - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)'