Skip to content

Commit

Permalink
Update to 8.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 3, 2022
1 parent 94f4a7c commit c816289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk.Tasks/IKVM.Maven.Sdk.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IKVM" Version="8.2.0-prerelease3420" />
<PackageReference Include="IKVM" Version="8.2.0" />
<PackageReference Include="Microsoft.Build.Framework" Version="16.9.0" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.9.0" />
<PackageReference Include="NuGet.Common" Version="6.2.1" />
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 @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="IKVM" Version="8.2.0-prerelease3420" />
<PackageReference Include="IKVM" Version="8.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == '' ">
Expand Down

0 comments on commit c816289

Please sign in to comment.