Skip to content

Commit

Permalink
Merge branch 'kostapetan/refactor-dotnet' of https://github.com/micro…
Browse files Browse the repository at this point in the history
…soft/autogen into kostapetan/refactor-dotnet
  • Loading branch information
kostapetan committed Nov 29, 2024
2 parents 4f8f760 + 4379c2e commit 739a640
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<AdditionalFilesToIncludeForProject>
<Value>..\..\..\..\protos\**.*</Value>
</AdditionalFilesToIncludeForProject>
</Settings>
</ProjectConfiguration>
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// AgentMetadataTests.cs

using Xunit;

namespace Microsoft.AutoGen.Core.Tests;

public class AgentMetadataTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsTestProject>True</IsTestProject>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AutoGen\Client\Microsoft.AutoGen.Core.csproj" />
<ProjectReference Include="..\..\src\Microsoft.AutoGen\Microsoft.AutoGen.Core.Grpc\Microsoft.AutoGen.Core.Grpc.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
</Project>

0 comments on commit 739a640

Please sign in to comment.