Allow NLua to be built again

This commit is contained in:
James Groom 2023-11-16 15:46:03 +10:00 committed by GitHub
parent 49807254f6
commit b961aa2ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<Import Project="../LibCommon.props" />
<PropertyGroup>
<RootNamespace>NLua</RootNamespace>
<AssemblyName>NLua</AssemblyName>
<EnableNETAnalyzers>false</EnableNETAnalyzers><!-- TODO re-enable -->
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild><!-- TODO re-enable -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
@ -23,8 +28,7 @@
<Reference Include="BizHawk.Common" HintPath="../../output/dll/BizHawk.Common.dll" />
</ItemGroup>
<Import Project="../LibCommon.props" />
<PropertyGroup>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>
</Project>