Skip to content

Commit

Permalink
Use .net 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nifanfa committed May 13, 2024
1 parent abb30bd commit e6507af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified AdminRequirer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion ConsoleApp1/ConsoleApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<NoStdLib>true</NoStdLib>
Expand Down
2 changes: 1 addition & 1 deletion ConsoleApp1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static EFI_STATUS EfiMain(EFI_HANDLE imageHandle, EFI_SYSTEM_TABLE* systemTable)
gBS->SetWatchdogTimer(0, 0, 0, null);

Console.Clear();
Console.WriteLine("Welcome to: ");
Console.WriteLine("Welcome to the: ");
gST->ConOut->SetAttribute(gST->ConOut, EFI_BACKGROUND_BLACK | EFI_LIGHTGREEN);
Console.WriteLine(" ____ _ _______ _ _ ______ _______ ");
Console.WriteLine(" | _ \\ | |__ __| | \\ | | ____|__ __| ");
Expand Down
2 changes: 1 addition & 1 deletion Virtual Machines/BootTo.NET/BootTo.NET.vmx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sound.present = "TRUE"
numvcpus = "2"
cpuid.coresPerSocket = "2"
memsize = "1024"
ide0:0.fileName = "..\..\ConsoleApp1\bin\Debug\net6.0\win-x64\native\ConsoleApp1.vhd"
ide0:0.fileName = "..\..\ConsoleApp1\bin\Debug\net8.0\win-x64\native\ConsoleApp1.vhd"
ide0:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
Expand Down

0 comments on commit e6507af

Please sign in to comment.