Skip to content

Commit

Permalink
Update to IKVM 8.11.0-dev.181
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Nov 28, 2024
1 parent 52df1d1 commit 8fa702d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions Directory.Build.Java.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
</PropertyGroup>

<PropertyGroup Label="MSBuild">
<!-- Skip EmittedNoClassDefFoundError & ClassFormatError -->
<NoWarn>IKVMC0101;IKVMC0111;$(NoWarn)</NoWarn>
<!--
Skip expected diagnostics.
Catch authoring/dependency issues in automated Tests.
IKVM0100: Class Not Found
IKVM0101: Class Format Error (not Java 8)
IKVM0105: Missing Class
IKVM0111: Emitted NoClassDefFoundError
-->
<NoWarn>IKVM0100;IKVM0101;IKVM0105;IKVM0111;$(NoWarn)</NoWarn>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Update="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Update="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.100" />
<PackageReference Update="ExceptionReporter " Version="2.4.2" />
<PackageReference Update="IKVM" Version="8.11.0-dev.50" />
<PackageReference Update="IKVM" Version="8.11.0-dev.181" />
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="17.1.0" />
<PackageReference Update="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"msbuild-sdks": {
"IKVM.NET.Sdk": "8.11.0-dev.50",
"IKVM.NET.Sdk": "8.11.0-dev.181",
"Microsoft.Build.NoTargets": "3.7.56",
"Microsoft.Build.Traversal": "4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package pattern="IKVM.ByteCode" />
<package pattern="*" />
</packageSource>
<packageSource key="gh-ikvmnet">
<packageSource key="gh-iterate-ch">
<package pattern="IKVM*" />
</packageSource>
</packageSourceMapping>
Expand Down

0 comments on commit 8fa702d

Please sign in to comment.