Skip to content

Commit

Permalink
chore: Bump vsversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 authored Mar 14, 2024
1 parent b6f3490 commit 557a8b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Hosihikari.FastElfQuery.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
VisualStudioVersion = 17.10.34707.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosihikari.FastElfQuery", "src\Hosihikari.FastElfQuery.csproj", "{5F9073CB-4051-406B-8E18-697E7B5D9A1E}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion src/ElfSymbolNotFoundException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Hosihikari.FastElfQuery;
namespace Hosihikari.FastElfQuery;

public sealed class ElfSymbolNotFoundException : Exception
{
Expand Down
2 changes: 1 addition & 1 deletion src/ElfSymbolQueryTable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using ELFSharp.ELF;
using ELFSharp.ELF;
using ELFSharp.ELF.Sections;
using System.Runtime.CompilerServices;

Expand Down

0 comments on commit 557a8b2

Please sign in to comment.