File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <!-- Target framework and package configuration -->
44 <PropertyGroup >
55 <Version >3.2.3</Version >
6- <TargetFramework >net6 .0</TargetFramework >
6+ <TargetFramework >net8 .0</TargetFramework >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <Authors >Boogie</Authors >
99 <RepositoryUrl >https://github.com/boogie-org/boogie</RepositoryUrl >
Original file line number Diff line number Diff line change 55boogie_file=$1
66base=` basename $boogie_file .bpl`
77lean_file=" $base .lean"
8- dotnet ../../Source/BoogieDriver/bin/Debug/net6 .0/BoogieDriver.dll /printLean:$lean_file $boogie_file
8+ dotnet ../../Source/BoogieDriver/bin/Debug/net8 .0/BoogieDriver.dll /printLean:$lean_file $boogie_file
99lake env lean $lean_file
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ repositoryRoot = up(up(os.path.abspath(__file__)))
7878lit_config .note ('Repository root is {}' .format (repositoryRoot ))
7979
8080configuration = lit_config .params .get ('configuration' , 'Debug' )
81- framework = lit_config .params .get ('framework' , 'net6 .0' )
81+ framework = lit_config .params .get ('framework' , 'net8 .0' )
8282
8383boogieBinary = 'Source/BoogieDriver/bin/{}/{}/BoogieDriver.dll' .format (configuration , framework )
8484runtime = 'dotnet'
You can’t perform that action at this time.
0 commit comments