corrections

This commit is contained in:
Dimitrij
2025-08-20 22:39:22 +01:00
parent 3d3c1f8f23
commit 354066de0b
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<#@ template debug="false" hostspecific="true" language="C#" #>
<#@ output extension=".cs" #>
<#@ assembly name="tools/libs/EnvDTE.dll" #>
<#@ import namespace="System" #>
<#@ assembly name="Microsoft.VisualStudio.Interop.dll" #>
<#@ import namespace="EnvDTE" #>
<#@ import namespace="System" #>
<#
string platformFromDte = null;
try

View File

@@ -141,7 +141,6 @@
<PackageReference Include="Cucumber.Messages" />
<PackageReference Include="DockPanelSuite" />
<PackageReference Include="DockPanelSuite.ThemeVS2015" />
<PackageReference Include="envdte" />
<PackageReference Include="Google.Protobuf" />
<PackageReference Include="LiteDB" />
<PackageReference Include="log4net" />