[Pkg-cli-apps-commits] [fsharp] 03/03: Drop explicit FSharp.Core.dll reference from dep8 test solution

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Mon Jul 7 11:15:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to branch master
in repository fsharp.

commit 04b29386d70562619223db6b629430f306487c12
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Jul 7 21:14:40 2014 +1000

    Drop explicit FSharp.Core.dll reference from dep8 test solution
    
    It gets added automatically by the F# compiler, and this resolves a warning each time
    the FSharp.Core assembly version changes (such as between 3.0 and 3.1)
---
 debian/tests/BasicXBuildTest/FSharpTest.fsproj | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/tests/BasicXBuildTest/FSharpTest.fsproj b/debian/tests/BasicXBuildTest/FSharpTest.fsproj
index f8233e5..46743a7 100644
--- a/debian/tests/BasicXBuildTest/FSharpTest.fsproj
+++ b/debian/tests/BasicXBuildTest/FSharpTest.fsproj
@@ -32,8 +32,6 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="mscorlib" />
-    <Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />
   </ItemGroup>
@@ -41,4 +39,4 @@
     <Compile Include="Tutorial.fs" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
-</Project>
\ No newline at end of file
+</Project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list