File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed
Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" />
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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments