Skip to content

Commit

Permalink
Removed FW 472
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Dec 23, 2023
1 parent 40a0274 commit 5e1dec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!--
<VersionSuffix>pre</VersionSuffix>
-->
<TargetFrameworks>netstandard2.1;netcoreapp2.1;net6.0;net7.0;net8.0;net472;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.1;netcoreapp2.1;net6.0;net7.0;net472;</TargetFrameworks>
<TargetFrameworks>netstandard2.1;netcoreapp2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard2.1;netcoreapp2.1;net6.0;net7.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">netstandard2.1;netcoreapp2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">netstandard2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<IncludeSource>True</IncludeSource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net6.0;net7.0;;net8.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netcoreapp2.1;net6.0;net7.0;net8.0;net472;</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netcoreapp2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">netcoreapp2.1;net6.0;net7.0;net8.0;</TargetFrameworks>
<TargetFrameworks Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">net6.0;net7.0;net8.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
Expand Down Expand Up @@ -34,12 +34,6 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net472'">
<Reference Include="System.Runtime" Version="4.0.0.0" />
<Reference Include="System.Threading.Tasks" Version="4.0.0.0" />
<Reference Include="System.Collections" Version="4.0.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.categories" Version="2.0.8" />
Expand Down

0 comments on commit 5e1dec3

Please sign in to comment.