Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 3625e50

Browse files
authored
adds missing meta and library file into TcoIo connector project library (#587)
1 parent 89f38e7 commit 3625e50

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/TcoIo/src/TcoIoConnector/TcoIoConnector.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
<ItemGroup>
3232
<ProjectReference Include="..\..\..\TcoCore\src\TcoCoreConnector\TcoCoreConnector.csproj" />
3333
</ItemGroup>
34-
34+
35+
<ItemGroup>
36+
<Content Include="_meta\TcoIo.library" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
37+
<Content Include="_meta\TcoIo.json" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
38+
<Content Include="_meta\version.info" IncludeInPackage="true" Pack="true" PackagePath="lib" CopyToOutputDirectory="PreserveNewest" />
39+
</ItemGroup>
40+
3541
<ItemGroup>
3642
<Compile Update="Properties\Localizations.Designer.cs">
3743
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)