File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ osx_image: xcode11.2
99mono :
1010 - weekly
1111 - latest
12- - 6.0 .0
12+ - 6.6 .0
1313
14- dotnet : 3.0 .100
14+ dotnet : 3.1 .100
1515
1616sudo : false
1717
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Target.create "BuildVersion" (fun _ ->
6464
6565Target.create " Build" ( fun _ ->
6666 runDotnet __ SOURCE_ DIRECTORY__ " build" " ../src/buildtools/buildtools.proj -v n -c Proto"
67- let fslexPath = __ SOURCE _ DIRECTORY __ + " / ../artifacts/bin/fslex/Proto/netcoreapp3.0 /fslex.dll"
68- let fsyaccPath = __ SOURCE _ DIRECTORY __ + " / ../artifacts/bin/fsyacc/Proto/netcoreapp3.0 /fsyacc.dll"
67+ let fslexPath = Path.GetFullPath <| Path.Combine (__ SOURCE _ DIRECTORY __, " ../artifacts/bin/fslex/Proto/netcoreapp3.1 /fslex.dll" )
68+ let fsyaccPath = Path.GetFullPath <| Path.Combine (__ SOURCE _ DIRECTORY __, " ../artifacts/bin/fsyacc/Proto/netcoreapp3.1 /fsyacc.dll" )
6969 runDotnet __ SOURCE_ DIRECTORY__ " build" ( sprintf " FSharp.Compiler.Service.sln -nodereuse:false -v n -c Release /p:DisableCompilerRedirection=true /p:FsLexPath=%s /p:FsYaccPath=%s " fslexPath fsyaccPath)
7070)
7171
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 3.0 .100"
3+ "version" : " 3.1 .100"
44 }
55}
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .1</TargetFramework >
5+ <TargetFramework >netcoreapp3 .1</TargetFramework >
66 <DefineConstants >INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants >
77 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .1</TargetFramework >
5+ <TargetFramework >netcoreapp3 .1</TargetFramework >
66 <DefineConstants >INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants >
77 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments