File tree 2 files changed +3
-3
lines changed
src/fsharp/FSharp.Compiler.Private.Scripting 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <NuspecProperty Include =" FSharpCoreVersion=$(FSCorePackageVersion)-$(VersionSuffix)" />
16
+ <NuspecProperty Include =" FsharpCorePackageVersion=$(FSCorePackageVersion)" Condition =" '$(VersionSuffix)'==''" />
17
+ <NuspecProperty Include =" FsharpCorePackageVersion=$(FSCorePackageVersion)-$(VersionSuffix)" Condition =" '$(VersionSuffix)'!=''" />
17
18
<NuspecProperty Include =" TargetFramework=$(TargetFramework)" />
18
19
</ItemGroup >
19
20
Original file line number Diff line number Diff line change 5
5
<language >en-US</language >
6
6
<dependencies >
7
7
<group targetFramework =" .NETStandard2.0" >
8
+ <dependency id =" FSharp.Core" version =" $FSharpCorePackageVersion$" />
8
9
</group >
9
10
</dependencies >
10
11
</metadata >
11
12
<files >
12
13
$CommonFileElements$
13
- <file src =" FSharp.Compiler.Private.Scripting\$Configuration$\$TargetFramework$\FSharp.Core.dll" target =" lib\netstandard2.0" />
14
- <file src =" FSharp.Compiler.Private.Scripting\$Configuration$\$TargetFramework$\FSharp.Core.xml" target =" lib\netstandard2.0" />
15
14
<file src =" FSharp.Compiler.Private.Scripting\$Configuration$\$TargetFramework$\FSharp.Compiler.Private.Scripting.dll" target =" lib\netstandard2.0" />
16
15
<file src =" FSharp.Compiler.Private.Scripting\$Configuration$\$TargetFramework$\FSharp.Compiler.Private.Scripting.xml" target =" lib\netstandard2.0" />
17
16
<file src =" FSharp.Compiler.Private.Scripting\$Configuration$\$TargetFramework$\FSharp.Compiler.Private.dll" target =" lib\netstandard2.0" />
You can’t perform that action at this time.
0 commit comments