Skip to content

Commit

Permalink
Update MasterOfFoo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Apr 28, 2017
1 parent 27419df commit d6137b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nuget BlackFox.ColoredPrintf ~> 0.1
nuget Microsoft.Composition 1.0.27

// Unit tests
nuget Expecto
nuget Expecto 4.1.1
nuget NFluent ~> 1.3

// Build infrastructure
Expand Down
8 changes: 3 additions & 5 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ NUGET
BlackFox.ColoredPrintf (0.3)
BlackFox.MasterOfFoo (>= 0.2 < 1.0)
FSharp.Core (>= 4.0 < 5.0)
BlackFox.MasterOfFoo (0.2)
BlackFox.MasterOfFoo (0.2.1)
FSharp.Core (>= 4.0 < 5.0)
FSharpLint.MSBuild
Expecto (4.2)
Expecto (4.1.1)
Argu (>= 3.7)
FSharp.Core (>= 4.1.12)
FSharp.Core (>= 3.1.2.5)
Mono.Cecil (>= 0.9.6.4)
FAKE (4.60)
FParsec (1.0.2)
FSharp.Core (4.1.12)
System.ValueTuple (>= 4.3)
FSharpLint.MSBuild (0.4.11)
Microsoft.CodeAnalysis.Analyzers (1.1)
Microsoft.CodeAnalysis.Common (1.3.2)
Microsoft.CodeAnalysis.Analyzers (>= 1.1)
Expand Down
8 changes: 0 additions & 8 deletions src/BlackFox.Stidgen/BlackFox.Stidgen.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
</PropertyGroup>
<Import Project="$(FSharpTargetsPath)" />
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3')">
<PropertyGroup>
<__paket__FSharpLint_MSBuild_targets>FSharpLint.MSBuild</__paket__FSharpLint_MSBuild_targets>
</PropertyGroup>
</When>
</Choose>
<ItemGroup>
<Content Include="any\netstandard1.6\FSharp.Core.optdata">
<Paket>True</Paket>
Expand Down Expand Up @@ -578,5 +571,4 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\FSharpLint.MSBuild\build\$(__paket__FSharpLint_MSBuild_targets).targets" Condition="Exists('..\..\packages\FSharpLint.MSBuild\build\$(__paket__FSharpLint_MSBuild_targets).targets')" Label="Paket" />
</Project>

0 comments on commit d6137b8

Please sign in to comment.