We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9c102 commit 08f760fCopy full SHA for 08f760f
dotnet/samples/Hello/Backend/Backend.csproj
@@ -0,0 +1,15 @@
1
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
+ <ItemGroup>
3
+ <ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Agents\Microsoft.AutoGen.Agents.csproj" />
4
+ </ItemGroup>
5
+ <PropertyGroup>
6
+ <OutputType>Exe</OutputType>
7
+ <TargetFramework>net8.0</TargetFramework>
8
+ <ImplicitUsings>enable</ImplicitUsings>
9
+ <Nullable>enable</Nullable>
10
+ </PropertyGroup>
11
+
12
13
+ <PackageReference Include="Microsoft.Extensions.Hosting" />
14
15
+</Project>
0 commit comments