Skip to content

Commit

Permalink
Update to 8.7.3, which SHOULD address x86 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 9, 2023
1 parent fe21e5f commit 196b8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/IKVM.Maven.Sdk.Tasks/IKVM.Maven.Sdk.Tasks.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
</PropertyGroup>
Expand All @@ -8,7 +8,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IKVM" Version="8.7.2" />
<PackageReference Include="IKVM" Version="8.7.3" />
<PackageReference Include="Microsoft.Build" Version="16.9.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.9.0" PrivateAssets="All" />
<PackageReference Include="NuGet.Common" Version="6.2.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk/IKVM.Maven.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="IKVM" Version="8.7.2" />
<PackageReference Include="IKVM" Version="8.7.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 196b8db

Please sign in to comment.