File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >net6.0</TargetFrameworks >
1616 </PropertyGroup >
1717 <ItemGroup >
1818 <Compile Include =" Helpers.fs" />
You can’t perform that action at this time.
0 commit comments