Skip to content

Commit

Permalink
Update: Musa.Core to 0.3.1
Browse files Browse the repository at this point in the history
Fix: error LNK2001: unresolved external symbol __imp_KeGetCurrentIrql
  • Loading branch information
MiroKaku committed Jul 18, 2024
1 parent 09d19b4 commit bc14dd7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Musa.Runtime.NuGet/Musa.Runtime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Musa.Runtime - Musa.Runtime is a Microsoft MSVC runtime library based on Musa.Co
<projectUrl>https://github.com/MiroKaku/Musa.Runtime</projectUrl>
<repository type="git" url="https://github.com/MiroKaku/Musa.Runtime.git" branch="main" commit="$commit$" />
<dependencies>
<dependency id="Musa.Core" version="0.3.0" />
<dependency id="Musa.Core" version="0.3.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.CRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ echo F | xcopy /v /f /d /y "$(IntDirFullPath)sys_main.obj" "$(SolutionDir)\Publi
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.STL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.UCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.VCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ xcopy /v /f /d /y "$(TargetDir)$(TargetName).lib" "$(SolutionDir)\Publish\lib\$(
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
Expand Down

0 comments on commit bc14dd7

Please sign in to comment.