Skip to content

Commit

Permalink
fixup! FSharp.Data.GraphQL.Server.AspNetCore (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Mar 24, 2024
1 parent adcd581 commit f758970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Prepare template project for packing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ $version = $dirBuildTargets.SelectSingleNode("//PropertyGroup[@Label='NuGet']/Ve

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

0 comments on commit f758970

Please sign in to comment.