Skip to content

Commit

Permalink
Teeny tiny cleanup - remove CompilerLocationUtilities from dependency…
Browse files Browse the repository at this point in the history
…manager.nuget build (#8664)
  • Loading branch information
KevinRansom authored Mar 6, 2020
1 parent d1a3d07 commit 8d2e338
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<ItemGroup>
<EmbeddedText Include="FSDependencyManager.txt" />
<Compile Include="$(FSharpSourcesRoot)\utils\CompilerLocationUtils.fs" />
<Compile Include="$(FSharpSourcesRoot)\fsharp\FSharp.DependencyManager.Nuget\FSharp.DependencyManager.ProjectFile.fs" />
<Compile Include="$(FSharpSourcesRoot)\fsharp\FSharp.DependencyManager.Nuget\FSharp.DependencyManager.Utilities.fs" />
<Compile Include="$(FSharpSourcesRoot)\fsharp\FSharp.DependencyManager.Nuget\FSharp.DependencyManager.fsi" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ open System.Reflection
open System.Runtime.CompilerServices
open System.Runtime.Versioning

open Internal.Utilities.FSharpEnvironment

// Package reference information
type PackageReference = {
Include:string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ open System.Runtime.CompilerServices
open System.Runtime.Versioning

open FSharp.DependencyManager.Nuget.ProjectFile
open Internal.Utilities.FSharpEnvironment

[<AttributeUsage(AttributeTargets.Assembly ||| AttributeTargets.Class , AllowMultiple = false)>]
type DependencyManagerAttribute() = inherit System.Attribute()
Expand Down

0 comments on commit 8d2e338

Please sign in to comment.