We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcd581 commit f758970Copy full SHA for f758970
Prepare template project for packing.ps1
@@ -19,8 +19,6 @@ $version = $dirBuildTargets.SelectSingleNode("//PropertyGroup[@Label='NuGet']/Ve
19
20
$packagesPropsPath = "Packages.props"
21
[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)
24
$packageReferences = $starWarsApiProj.SelectSingleNode("//ItemGroup[@Label='PackageReferences']")
25
foreach($packageReference in $fsharpPackages.DocumentElement.ChildNodes){
26
$innerNode = $starWarsApiProj.ImportNode($packageReference,$true)
0 commit comments