Skip to content

Commit

Permalink
Merge pull request #12 from Xcaciv/Fileloader_reference
Browse files Browse the repository at this point in the history
fixing file loader reference to include dll
  • Loading branch information
Xcaciv authored May 17, 2024
2 parents 58c4dd9 + 24ac918 commit 3948405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Xcaciv.Command/Xcaciv.Command.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.3.8</Version>
<Version>1.3.9</Version>
<AssemblyName>Xcaciv.Command</AssemblyName>
<RootNamespace>Xcaciv.Command</RootNamespace>
<IsPublishable>True</IsPublishable>
Expand All @@ -24,7 +24,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj" />
<ProjectReference Include="..\Xcaciv.Command.FileLoader\Xcaciv.Command.FileLoader.csproj">
<IncludeAssets>Xcaciv.Command.FileLoader.dll</IncludeAssets>
</ProjectReference>
<ProjectReference Include="..\Xcaciv.Command.Interface\Xcaciv.Command.Interface.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 3948405

Please sign in to comment.