Skip to content

Commit 7767b7f

Browse files
committed
💚 Try and fix target for Dependabot
1 parent c5d01b1 commit 7767b7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SelectXmlExtensions/SelectXmlExtensions.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<PublishTrimmed>false</PublishTrimmed>
@@ -41,7 +41,7 @@
4141

4242
<Target Name="Pester" DependsOnTargets="Publish" Condition="'$(Configuration)' == 'Debug'">
4343
<Copy SourceFiles="$(OutputPath)\publish\FSharp.Core.dll" DestinationFolder="$(OutputPath)" />
44-
<Exec Command="pwsh -noni -nop -c &quot;cd ..\..; Invoke-Pester -Configuration @{TestResult=@{Enabled=!0}}&quot;"
44+
<Exec Command='pwsh -noni -nop -c "cd ..\..; Invoke-Pester -Configuration @{TestResult=@{Enabled=!0}}"'
4545
IgnoreExitCode="true" IgnoreStandardErrorWarningFormat="true" />
4646
</Target>
4747

0 commit comments

Comments
 (0)