Added initial MarkupDataMapping codegen

This commit is contained in:
Yoshi Askharoun
2022-06-12 21:21:29 -05:00
parent 5741116340
commit 9461773d02
5 changed files with 97 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="System.Security.Permissions" Version="6.0.0" />
<PackageReference Include="Vanara.PInvoke.Accessibility" Version="3.4.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.2.0"/>
</ItemGroup>
<PropertyGroup Condition=" '$(UseOpenZune)' == 'true' ">