Files
agent-framework/dotnet/samples/04-hosting/DurableAgents/Directory.Build.props
T
2026-02-19 12:12:12 -08:00

9 lines
265 B
XML

<Project>
<Import Project="../../Directory.Build.props" />
<!-- Remove the Environment alias from parent Directory.Build.props to allow System.Environment usage -->
<ItemGroup>
<Using Remove="SampleHelpers.SampleEnvironment" />
</ItemGroup>
</Project>