|
7 | 7 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
8 | 8 |
|
9 | 9 | <DetectedMSBuildVersion>$(MSBuildVersion)</DetectedMSBuildVersion> |
10 | | - <DetectedMSBuildVersion Condition="$(MSBuildVersion) == ''">15.0.0</DetectedMSBuildVersion> |
| 10 | + <DetectedMSBuildVersion Condition="'$(MSBuildVersion)' == ''">15.0.0</DetectedMSBuildVersion> |
11 | 11 | <MSBuildSupportsHashing>false</MSBuildSupportsHashing> |
12 | 12 | <MSBuildSupportsHashing Condition=" '$(DetectedMSBuildVersion)' > '15.8.0' ">true</MSBuildSupportsHashing> |
13 | 13 | <!-- Mark that this target file has been loaded. --> |
|
64 | 64 |
|
65 | 65 | <!-- Disable automagic references for F# dotnet sdk --> |
66 | 66 | <!-- This will not do anything for other project types --> |
67 | | - <!-- see https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1032-fsharp-in-dotnet-sdk.md --> |
| 67 | + <!-- see https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1002-fsharp-in-dotnet-sdk.md --> |
68 | 68 | <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> |
69 | 69 | <DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference> |
70 | 70 |
|
|
203 | 203 | <PackageName>$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0])</PackageName> |
204 | 204 | <PackageVersion>$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1])</PackageVersion> |
205 | 205 | <AllPrivateAssets>$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4])</AllPrivateAssets> |
206 | | - <CopyLocal Condition="'$(Splits)' == '6'">$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])</CopyLocal> |
| 206 | + <CopyLocal Condition="'%(PaketReferencesFileLinesInfo.Splits)' == '6'">$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])</CopyLocal> |
207 | 207 | </PaketReferencesFileLinesInfo> |
208 | 208 | <PackageReference Include="%(PaketReferencesFileLinesInfo.PackageName)"> |
209 | 209 | <Version>%(PaketReferencesFileLinesInfo.PackageVersion)</Version> |
|
300 | 300 | DevelopmentDependency="$(DevelopmentDependency)" |
301 | 301 | BuildOutputInPackage="@(_BuildOutputInPackage)" |
302 | 302 | TargetPathsToSymbols="@(_TargetPathsToSymbols)" |
303 | | - SymbolPackageFormat="symbols.nupkg" |
| 303 | + SymbolPackageFormat="$(SymbolPackageFormat)" |
304 | 304 | TargetFrameworks="@(_TargetFrameworks)" |
305 | 305 | AssemblyName="$(AssemblyName)" |
306 | 306 | PackageOutputPath="$(PackageOutputAbsolutePath)" |
|
347 | 347 | DevelopmentDependency="$(DevelopmentDependency)" |
348 | 348 | BuildOutputInPackage="@(_BuildOutputInPackage)" |
349 | 349 | TargetPathsToSymbols="@(_TargetPathsToSymbols)" |
350 | | - SymbolPackageFormat="symbols.nupkg" |
| 350 | + SymbolPackageFormat="$(SymbolPackageFormat)" |
351 | 351 | TargetFrameworks="@(_TargetFrameworks)" |
352 | 352 | AssemblyName="$(AssemblyName)" |
353 | 353 | PackageOutputPath="$(PackageOutputAbsolutePath)" |
|
0 commit comments