Skip to content

Commit

Permalink
fix(Project Reference): Resolving project reference issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed Jan 27, 2024
1 parent b4ba81d commit 52a84fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Semantic.Core.Examples/Semantic.Core.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.2.0" />
<PackageReference Include="FrostAura.Libraries.Intelligence.Semantic.Core" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<None Remove="Data\" />
Expand All @@ -35,4 +34,7 @@
<Folder Include="Data\" />
<Folder Include="Functions\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Semantic.Core\Semantic.Core.csproj" />
</ItemGroup>
</Project>

0 comments on commit 52a84fa

Please sign in to comment.