Enable broader support

This commit is contained in:
Matt Nadareski
2023-11-07 20:46:11 -05:00
parent 46a814ac73
commit cb2a28016e

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!-- Assembly Properties -->
<TargetFrameworks>net48;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp3.1;net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Version>1.1.5</Version>
@@ -19,6 +19,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>