Skip to content

Commit

Permalink
Upgrade to dotnet8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Aug 2, 2024
1 parent 5d6c113 commit de1c567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Target framework and package configuration -->
<PropertyGroup>
<Version>3.2.3</Version>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Boogie</Authors>
<RepositoryUrl>https://github.com/boogie-org/boogie</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Test/lean-auto/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
boogie_file=$1
base=`basename $boogie_file .bpl`
lean_file="$base.lean"
dotnet ../../Source/BoogieDriver/bin/Debug/net6.0/BoogieDriver.dll /printLean:$lean_file $boogie_file
dotnet ../../Source/BoogieDriver/bin/Debug/net8.0/BoogieDriver.dll /printLean:$lean_file $boogie_file
lake env lean $lean_file
2 changes: 1 addition & 1 deletion Test/lit.site.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repositoryRoot = up(up(os.path.abspath(__file__)))
lit_config.note('Repository root is {}'.format(repositoryRoot))

configuration = lit_config.params.get('configuration', 'Debug')
framework = lit_config.params.get('framework', 'net6.0')
framework = lit_config.params.get('framework', 'net8.0')

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

0 comments on commit de1c567

Please sign in to comment.