Skip to content

Commit

Permalink
Stop testing on .NET Core versions that are out of servicing
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 14, 2020
1 parent 74062a1 commit 6f0ec18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ steps:
inputs:
packageType: sdk
version: 2.2.300
- task: UseDotNet@2
displayName: Install .NET Core runtime 1.0.x
inputs:
packageType: runtime
version: 1.0.x
- task: UseDotNet@2
displayName: Install .NET Core runtime 2.0.x
inputs:
packageType: runtime
version: 2.0.x
- task: UseDotNet@2
displayName: Install .NET Core runtime 2.1.x
inputs:
Expand Down
2 changes: 1 addition & 1 deletion tests/MessagePack.Tests/MessagePack.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;net47;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>net461;net47;netcoreapp2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
Expand Down

0 comments on commit 6f0ec18

Please sign in to comment.