Skip to content

Commit f758970

Browse files
committed
fixup! FSharp.Data.GraphQL.Server.AspNetCore (#430)
1 parent adcd581 commit f758970

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Prepare template project for packing.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ $version = $dirBuildTargets.SelectSingleNode("//PropertyGroup[@Label='NuGet']/Ve
1919

2020
$packagesPropsPath = "Packages.props"
2121
[xml]$packagesProps = Get-Content -Path $packagesPropsPath
22-
$giraffeVersion = $packagesProps.SelectSingleNode("//PackageReference[@Update='Giraffe']/@Version")
23-
$starWarsApiProj.SelectSingleNode("//ItemGroup[@Label='PackageReferences']/PackageReference[@Include='Giraffe']").SetAttribute("Version",$giraffeVersion.Value)
2422
$packageReferences = $starWarsApiProj.SelectSingleNode("//ItemGroup[@Label='PackageReferences']")
2523
foreach($packageReference in $fsharpPackages.DocumentElement.ChildNodes){
2624
$innerNode = $starWarsApiProj.ImportNode($packageReference,$true)

0 commit comments

Comments
 (0)