Skip to content

Commit

Permalink
Drop netcore2.0 from tests as it has blocking security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonroelofs committed Mar 22, 2024
1 parent 350d758 commit 842b589
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/WorkOSTests/WorkOSTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks>
<AssemblyName>WorkOSTests</AssemblyName>
<PackageId>WorkOSTests</PackageId>
<LangVersion>8</LangVersion>
Expand All @@ -24,10 +24,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
<PackageReference Include="System.Linq.Async" Version="4.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="System.Linq.Async" Version="4.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 842b589

Please sign in to comment.