Batch update: Fix most issues

This commit is contained in:
Tara 2022-11-20 09:08:34 -07:00
parent 514015e45b
commit eb638f9d0f
13 changed files with 980 additions and 491 deletions

View file

@ -9,6 +9,14 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Web References\org.lsleditor.www\Reference.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Web References\org.lsleditor.www\Reference.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>