Skip to content

Commit

Permalink
Revert changes to agent 3 csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Nov 22, 2024
1 parent a81b81a commit c85664c
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@
</PropertyGroup>

<ItemGroup>
<!-- <PackageReference Include="Microsoft.SemanticWorkbench.Connector"
Version="0.3.241104.1" /> -->
<PackageReference Include="Microsoft.SemanticWorkbench.Connector" Version="0.3.241104.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.AI.ContentSafety" Version="1.0.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.26.0" />
<!-- <PackageReference Include="Microsoft.SemanticWorkbench.Connector"
Version="0.2.241009.1" /> -->
</ItemGroup>

<PropertyGroup>
Expand Down Expand Up @@ -63,9 +60,4 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference
Include="..\..\..\libraries\dotnet\WorkbenchConnector\WorkbenchConnector.csproj" />
</ItemGroup>

</Project>

0 comments on commit c85664c

Please sign in to comment.