Cut off at .NET Framework 4.0

This commit is contained in:
Matt Nadareski
2023-11-08 10:44:47 -05:00
parent 894d7b62e2
commit 3b13c7cc96

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!-- Assembly Properties -->
<TargetFrameworks>net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
@@ -29,12 +29,6 @@
<ItemGroup Condition="$(TargetFramework.StartsWith(`net4`))">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith(`net3`))">
<PackageReference Include="NetLegacySupport.Tuple" Version="1.1.1" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith(`net2`))">
<PackageReference Include="NetLegacySupport.Tuple" Version="1.1.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />