2024-09-17 09:01:49 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2024-09-30 16:32:48 -07:00
|
|
|
<!--orleans doesn't have strong name package-->
|
|
|
|
<NoWarn>$(NoWarn);CS8002</NoWarn>
|
2024-09-17 09:01:49 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-10-16 20:09:39 -07:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Runtime/Microsoft.AutoGen.Runtime.csproj" />
|
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|