Skip to content

Commit 4ec0c37

Browse files
committed
Upgrade CodeGenerator to handle new cimgui json files
1 parent 0b9c9ea commit 4ec0c37

File tree

4 files changed

+676
-585
lines changed

4 files changed

+676
-585
lines changed

src/CodeGenerator/CodeGenerator.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
@@ -12,6 +12,8 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.7.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
1517
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1618
</ItemGroup>
1719

0 commit comments

Comments
 (0)