1
0
mirror of synced 2024-11-23 22:00:56 +01:00

.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:
Matt 2022-12-03 18:32:57 -05:00
parent 624258c6a7
commit 1182d6c34e

View File

@ -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' ">