Skip to content

Commit de1c567

Browse files
Upgrade to dotnet8.0
1 parent 5d6c113 commit de1c567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

Test/lean-auto/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -e
55
boogie_file=$1
66
base=`basename $boogie_file .bpl`
77
lean_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
99
lake env lean $lean_file

Test/lit.site.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repositoryRoot = up(up(os.path.abspath(__file__)))
7878
lit_config.note('Repository root is {}'.format(repositoryRoot))
7979

8080
configuration = 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

8383
boogieBinary = 'Source/BoogieDriver/bin/{}/{}/BoogieDriver.dll'.format(configuration, framework)
8484
runtime = 'dotnet'

0 commit comments

Comments
 (0)