Update Messaging library and add Godot completion providers

This commit is contained in:
Ignacio Roldán Etcheverry
2020-06-13 13:09:47 +02:00
parent 91ace0246c
commit 88f88d80fd
15 changed files with 376 additions and 180 deletions

View File

@@ -1,6 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net472</TargetFramework>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<ItemGroup>
<AddinReference Include="MonoDevelop.Debugger" />
@@ -8,6 +13,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoDevelop.Addins" Version="0.4.7" />
<PackageReference Include="GodotTools.IdeMessaging" Version="1.0.*" />
<PackageReference Include="GodotTools.IdeMessaging" Version="1.1.1" />
</ItemGroup>
</Project>
<ItemGroup>
<Folder Include="GodotMessaging\" />
<Folder Include="Debugging\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GodotCompletionProviders" Version="1.0.0" />
</ItemGroup>
</Project>