File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 " cd ..\..; Invoke-Pester -Configuration @{TestResult=@{Enabled=!0}}" "
44+ <Exec Command =' pwsh -noni -nop -c " cd ..\..; Invoke-Pester -Configuration @{TestResult=@{Enabled=!0}}" '
4545 IgnoreExitCode =" true" IgnoreStandardErrorWarningFormat =" true" />
4646 </Target >
4747
You can’t perform that action at this time.
0 commit comments