We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4980725 commit b961aa2Copy full SHA for b961aa2
ExternalProjects/NLua/NLua.csproj
@@ -1,8 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>netstandard2.0</TargetFramework>
4
+ </PropertyGroup>
5
+ <Import Project="../LibCommon.props" />
6
+ <PropertyGroup>
7
<RootNamespace>NLua</RootNamespace>
8
<AssemblyName>NLua</AssemblyName>
9
+ <EnableNETAnalyzers>false</EnableNETAnalyzers><!-- TODO re-enable -->
10
+ <EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild><!-- TODO re-enable -->
11
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
12
</PropertyGroup>
13
@@ -23,8 +28,7 @@
23
28
<Reference Include="BizHawk.Common" HintPath="../../output/dll/BizHawk.Common.dll" />
24
29
</ItemGroup>
25
30
26
- <Import Project="../LibCommon.props" />
27
31
32
<Nullable>disable</Nullable>
33
-</Project>
34
+</Project>
0 commit comments