Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
build(deps): Upgrade to .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Dec 4, 2019
1 parent c405f8d commit fcae724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OffUploader.Console/OffUploader.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>6fc674a1-0a71-4a0c-96be-11a0dcc876dd</UserSecretsId>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variables:
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100'
version: '3.1.100'
- script: dotnet publish OffUploader.Console -c $(buildConfiguration) -f $(framework) -r $(rid)
displayName: 'dotnet publish OffUploader.Console $(buildConfiguration) $(rid)'
- task: PublishPipelineArtifact@0
Expand Down

0 comments on commit fcae724

Please sign in to comment.