Skip to content

Commit e6e88de

Browse files
authored
Fix CLiWrap loading (#886)
***NO_CI***
1 parent 93c95e0 commit e6e88de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: VisualStudio.Extension-2022/Properties/AssemblyInfo.cs

+4
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@
4141
[assembly: ProvideCodeBase(
4242
AssemblyName = @"nanoFramework.Tools.VS2022.Extension",
4343
CodeBase = @"$PackageFolder$\nanoFramework.Tools.VS2022.Extension.dll")]
44+
45+
[assembly: ProvideCodeBase(
46+
AssemblyName = @"CliWrap",
47+
CodeBase = @"$PackageFolder$\CliWrap.dll")]

0 commit comments

Comments
 (0)