We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900221 commit e1b6cd8Copy full SHA for e1b6cd8
mkdocs/docs/howto-dotnet.md
@@ -37,8 +37,8 @@ your project file and include the following lines:
37
38
```xml
39
<ItemGroup>
40
- <PackageReference Include="IKVM.Maven.Sdk" Version="1.6.9" />
41
- <MavenReference Include="net.sf.mpxj:mpxj" Version="13.0.0"/>
+ <PackageReference Include="IKVM.Maven.Sdk" Version="1.8.2" />
+ <MavenReference Include="net.sf.mpxj:mpxj" Version="13.7.0"/>
42
</ItemGroup>
43
```
44
0 commit comments