Skip to content

Commit

Permalink
TargetFramework from netcoreapp2.1 to netcoreapp3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Apr 2, 2020
1 parent 26443c7 commit e40c08f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions PR-azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ variables:

steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 3.1.101'
displayName: 'Use .NET Core sdk 3.1.200'
inputs:
version: 3.1.101
version: 3.1.200

- task: DotNetCoreCLI@2
displayName: Test
Expand All @@ -23,7 +23,7 @@ steps:
inputs:
botToken: '$(Parameters.botToken)'
chats: '$(Parameters.chats)'
message: '<code>Reason: $(Build.Reason)
message: '<code>Reason: $(Build.Reason)
Build №: $(Build.BuildNumber)
Pull Request для VkNet был успешно собран!</code>'
buildQueuedBy: true
2 changes: 1 addition & 1 deletion VkNet.Tests/VkNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ variables:

steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1.402'
displayName: 'Use .NET Core sdk 3.1.200'
inputs:
version: 2.1.402
version: 3.1.200


- task: DotNetCoreCLI@2
displayName: Test
inputs:
command: test
projects: '*[Tt]ests/*.csproj'
arguments: '-c $(BuildConfiguration) -f netcoreapp2.0'
arguments: '-c $(BuildConfiguration) -f netcoreapp3.1'


- task: DotNetCoreCLI@2
Expand Down

0 comments on commit e40c08f

Please sign in to comment.