Skip to content

Commit

Permalink
Requires AppDomainAssemblyClassLoader in ikvmc
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Aug 6, 2024
1 parent ed4c31e commit 382b13a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Directory.Build.Java.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<Project>

<PropertyGroup>
<LangVersion>1.8</LangVersion>
<PropertyGroup Label="IKVM">
<ClassLoader>ikvm.runtime.AppDomainAssemblyClassLoader</ClassLoader>
<EnableDefaultItems>false</EnableDefaultItems>
<LangVersion>1.8</LangVersion>
<Static>true</Static>
</PropertyGroup>

<PropertyGroup Label="MSBuild">
<!-- Skip EmittedNoClassDefFoundError & ClassFormatError -->
<NoWarn>IKVMC0101;IKVMC0111;$(NoWarn)</NoWarn>
</PropertyGroup>
Expand Down
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.10.0-dev.165" />
<PackageReference Update="IKVM" Version="8.10.0-dev.171" />
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="17.1.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Update="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
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.10.0-dev.165",
"IKVM.NET.Sdk": "8.10.0-dev.171",
"Microsoft.Build.NoTargets": "3.3.0",
"Microsoft.Build.Traversal": "3.1.6"
}
Expand Down

0 comments on commit 382b13a

Please sign in to comment.