Skip to content

Commit 0947563

Browse files
committed
Back to net45
1 parent a079d0a commit 0947563

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### New in 1.0.1
2+
3+
* Target .Net 4.5 instead
4+
15
### New in 1.0.0
26

37
* The library now targets .Net 4.0, .Net standard 1.6 and .Net standard 2.0
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.6;netstandard2.0</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net40;netstandard1.6;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net45;netstandard1.6;netstandard2.0</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup>
7-
<Compile Include="ReflectionCompat.fs" />
87
<Compile Include="FormatSpecification.fs" />
98
<Compile Include="PrintableElement.fs" />
109
<Compile Include="PrintfEnv.fs" />
@@ -16,8 +15,6 @@
1615
<Compile Include="Core.PrintfCache.fs" />
1716
<Compile Include="MasterOfFoo.fs" />
1817

19-
<PackageReference Include="FSharp.Core" Version="4.2.3" Condition="'$(TargetFramework)' == 'netstandard2.0'"/>
20-
<PackageReference Include="FSharp.Core" Version="4.2.1" Condition="'$(TargetFramework)' == 'netstandard1.6'"/>
21-
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net40'"/>
18+
<PackageReference Include="FSharp.Core" Version="4.2.3" />
2219
</ItemGroup>
2320
</Project>

src/BlackFox.MasterOfFoo/ReflectionCompat.fs

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)