.NET Stanard 2.1->2.0 for Common
2.1 is not compatible with the .NET 4.8 used by TJAConvert
This commit is contained in:
parent
624258c6a7
commit
1182d6c34e
@ -29,7 +29,7 @@
|
|||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<Configurations>Release-BepInEx6;Release-BepInEx5;Debug-BepInEx6;Debug-BepInEx5</Configurations>
|
<Configurations>Release-BepInEx6;Release-BepInEx5;Debug-BepInEx6;Debug-BepInEx5</Configurations>
|
||||||
<Platforms>AnyCPU</Platforms>
|
<Platforms>AnyCPU</Platforms>
|
||||||
<TargetFrameworks>net48;netstandard2.1</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release-BepInEx5' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release-BepInEx5' ">
|
||||||
|
Loading…
Reference in New Issue
Block a user