Skip to content

Commit

Permalink
Drop .NetStandard 1.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nrader95 committed Jul 2, 2023
1 parent c323b80 commit 34470a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/DefaultEcs/DefaultEcs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Compilation">
<TargetFrameworks>
netstandard1.1;
netstandard2.0;
netstandard2.1;
</TargetFrameworks>
Expand All @@ -13,10 +12,7 @@
<None Include="..\..\image\logo.png" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

<ItemGroup Label="Reference" Condition="'$(TargetFramework)'=='netstandard1.1'">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<ItemGroup Label="Reference" Condition="'$(TargetFramework)'=='netstandard1.1' Or '$(TargetFramework)'=='netstandard2.0'">
<ItemGroup Label="Reference" Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit 34470a3

Please sign in to comment.