Skip to content

Commit b961aa2

Browse files
authored
Allow NLua to be built again
1 parent 4980725 commit b961aa2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ExternalProjects/NLua/NLua.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4+
</PropertyGroup>
5+
<Import Project="../LibCommon.props" />
6+
<PropertyGroup>
47
<RootNamespace>NLua</RootNamespace>
58
<AssemblyName>NLua</AssemblyName>
9+
<EnableNETAnalyzers>false</EnableNETAnalyzers><!-- TODO re-enable -->
10+
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild><!-- TODO re-enable -->
611
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
712
</PropertyGroup>
813

@@ -23,8 +28,7 @@
2328
<Reference Include="BizHawk.Common" HintPath="../../output/dll/BizHawk.Common.dll" />
2429
</ItemGroup>
2530

26-
<Import Project="../LibCommon.props" />
2731
<PropertyGroup>
2832
<Nullable>disable</Nullable>
2933
</PropertyGroup>
30-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)