Skip to content

Commit

Permalink
Updated the OpenXRGen project to Net 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Jul 8, 2024
1 parent cbeaaee commit 24da5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generate-Bindings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else

# Run generator
LogDebug "START binding generator process"
pushd .\OpenXRGen\OpenXRGen\bin\Release\netcoreapp3.1
pushd .\OpenXRGen\OpenXRGen\bin\Release\net6.0
.\publish\OpenXRGen.exe
if($?)
{
Expand Down

0 comments on commit 24da5e1

Please sign in to comment.