From 77eaf82aaa12b995dcb0ea6bea092d44ef8d2199 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Dec 2019 13:52:39 +0800 Subject: Migrate to DotNetCore 3.1 . --- Timeline.Tests/Timeline.Tests.csproj | 8 ++++---- Timeline/Timeline.csproj | 13 ++++++------- art-src/user.svg | 3 ++- azure-pipelines.yml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj index 61ccfcc0..0845d1ab 100644 --- a/Timeline.Tests/Timeline.Tests.csproj +++ b/Timeline.Tests/Timeline.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + netcoreapp3.1 8.0 @@ -13,12 +13,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index ab1a0f8d..b739b297 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp3.1 1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43 crupest @@ -15,18 +15,17 @@ - - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/art-src/user.svg b/art-src/user.svg index acbd3c8a..4bdbe940 100644 --- a/art-src/user.svg +++ b/art-src/user.svg @@ -1,4 +1,5 @@ - + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6db48bb6..14f8a670 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ stages: - task: UseDotNet@2 inputs: packageType: sdk - version: 3.0.x + version: 3.1.x - script: | dotnet restore Timeline/Timeline.csproj --configfile nuget.config @@ -55,7 +55,7 @@ stages: - task: UseDotNet@2 inputs: packageType: sdk - version: 3.0.x + version: 3.1.x - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --output ./Timeline/publish/ displayName: Dotnet Publish -- cgit v1.2.3