Skip to content

Commit

Permalink
[XAT.JavadocImporter] Update LangVersion and add NullableAttributes.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Apr 3, 2020
1 parent 0492fb1 commit 486dc51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/Java.Interop
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LibZipSharpBundleAllNativeLibraries>true</LibZipSharpBundleAllNativeLibraries>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<Import Project="..\..\Configuration.props" />
Expand All @@ -24,6 +25,9 @@
<Compile Include="..\..\external\Java.Interop\src\Java.Interop.Tools.JavaCallableWrappers\Java.Interop.Tools.JavaCallableWrappers\Crc64.cs">
<Link>Crc64.cs</Link>
</Compile>
<Compile Include="..\..\external\Java.Interop\src\Java.Interop\NullableAttributes.cs">
<Link>NullableAttributes.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 486dc51

Please sign in to comment.