Skip to content

Commit

Permalink
Remove netcoreapp3.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 25, 2024
1 parent ce41df7 commit 7250e04
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions IKVM.deps.targets
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
</ItemGroup>
</When>
<When Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netcoreapp3.1'))">
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
</ItemGroup>
</When>
</Choose>

</Project>

0 comments on commit 7250e04

Please sign in to comment.