Skip to content

Commit 5681361

Browse files
authored
Update FSharp.Core.fsproj
1 parent 62174eb commit 5681361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FSharp.Core/FSharp.Core.fsproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<IsTestProject>false</IsTestProject>
1414
<IsPackable>true</IsPackable>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageVersion>4.7.2</PackageVersion>
16+
<PackageVersion>6.0.3</PackageVersion>
1717
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
18-
<!-- <TargetPath>$(MSBuildThisFileDirectory)..\packages\FSharp.Core\lib\netstandard2.0\FSharp.Core.dll</TargetPath> -->
18+
<!-- <TargetPath>$(MSBuildThisFileDirectory)..\packages\FSharp.Core\lib\netstandard2.1\FSharp.Core.dll</TargetPath> -->
1919

2020
<!-- for a parallel checkout and build of fsharp -->
21-
<TargetPath Condition="Exists('..\..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\..\fsharp\artifacts\bin\FSharp.Core\Debug\netstandard2.0\FSharp.Core.dll</TargetPath>
21+
<TargetPath Condition="Exists('..\..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\..\fsharp\artifacts\bin\FSharp.Core\Debug\netstandard2.1\FSharp.Core.dll</TargetPath>
2222

2323
<!-- for a local checkout and build of fsharp in CI -->
24-
<TargetPath Condition="Exists('..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\fsharp\artifacts\bin\FSharp.Core\Debug\netstandard2.0\FSharp.Core.dll</TargetPath>
24+
<TargetPath Condition="Exists('..\fsharp\build.cmd')">$(MSBuildThisFileDirectory)..\fsharp\artifacts\bin\FSharp.Core\Debug\netstandard2.1\FSharp.Core.dll</TargetPath>
2525

2626
</PropertyGroup>
2727
<PropertyGroup>

0 commit comments

Comments
 (0)