File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Library</OutputType >
4
- <TargetFrameworks >netstandard2.0;net45; net6</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net6</TargetFrameworks >
5
5
<DefineConstants >$(DefineConstants);TYPELEVEL_DEBUG</DefineConstants >
6
6
<Configurations >Debug;Release;Fable</Configurations >
7
7
<Platforms >AnyCPU</Platforms >
Original file line number Diff line number Diff line change 5
5
<FscToolExe >$(FSC_ExePathCompilerBuild)</FscToolExe >
6
6
</PropertyGroup >
7
7
<PropertyGroup >
8
- <TargetFrameworks >netstandard2.0;net45; net6</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;net6</TargetFrameworks >
9
9
<Title >FSharpPlus.Providers</Title >
10
10
<AssemblyName >FSharpPlus.Providers</AssemblyName >
11
11
<AssemblyVersion >$(VersionPrefix).0</AssemblyVersion >
Original file line number Diff line number Diff line change 12
12
<Platforms >AnyCPU</Platforms >
13
13
<DefineConstants Condition =" '$(Configuration)' == 'Test'" >$(DefineConstants);TEST_TRACE</DefineConstants >
14
14
<DefineConstants Condition =" '$(Configuration)' == 'Fable'" >$(DefineConstants);FABLE_COMPILER</DefineConstants >
15
- <TargetFrameworks >net462; net6.0</TargetFrameworks >
15
+ <TargetFrameworks >net6.0</TargetFrameworks >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<Compile Include =" Helpers.fs" />
You can’t perform that action at this time.
0 commit comments