Skip to content

Commit 8bc8963

Browse files
committed
-net45 for FSharpPlus.TypeLevel
1 parent 14e3ab9 commit 8bc8963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/FSharpPlus.TypeLevel/FSharpPlus.TypeLevel.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
4-
<TargetFrameworks>netstandard2.0;net45;net6</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net6</TargetFrameworks>
55
<DefineConstants>$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants>
66
<Configurations>Debug;Release;Fable</Configurations>
77
<Platforms>AnyCPU</Platforms>

src/FSharpPlus.TypeLevel/Providers/FSharpPlus.Providers.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<FscToolExe>$(FSC_ExePathCompilerBuild)</FscToolExe>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<TargetFrameworks>netstandard2.0;net45;net6</TargetFrameworks>
8+
<TargetFrameworks>netstandard2.0;net6</TargetFrameworks>
99
<Title>FSharpPlus.Providers</Title>
1010
<AssemblyName>FSharpPlus.Providers</AssemblyName>
1111
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>

tests/FSharpPlus.Tests/FSharpPlus.Tests.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Platforms>AnyCPU</Platforms>
1313
<DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants>
1414
<DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants>
15-
<TargetFrameworks>net462;net6.0</TargetFrameworks>
15+
<TargetFrameworks>net48;net6.0</TargetFrameworks>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<Compile Include="Helpers.fs" />

0 commit comments

Comments
 (0)