Skip to content

Commit

Permalink
Merge pull request #572 from Pliner/patch-1
Browse files Browse the repository at this point in the history
Disable nullable explicitly
  • Loading branch information
seesharper authored Sep 12, 2022
2 parents 26aac32 + 1f702c1 commit f7d850b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LightInject/LightInject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#if NETSTANDARD2_0
#nullable disable
#if NETSTANDARD2_0
#define USE_EXPRESSIONS
#endif

Expand Down
1 change: 1 addition & 0 deletions src/LightInject/LightInject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Copyright>Bernhard Richter</Copyright>
<PackageTags>Ioc Dependency-Injection Inversion-of-Control WinRT Windows-Runtime</PackageTags>
<Description>An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.</Description>
<LangVersion>8.0</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit f7d850b

Please sign in to comment.