dotnet-monitor/eng/Common.props

8 строки
435 B
XML

<Project>
<!-- These properties are shared among the Arcade build infrastructure as well as individual project build. -->
<PropertyGroup>
<LatestTargetFramework>net8.0</LatestTargetFramework>
<LatestToolTargetFramework>$(LatestTargetFramework)</LatestToolTargetFramework>
<ArtifactsNonShippingBundlesDir>$(ArtifactsDir)bundles\$(Configuration)\NonShipping\</ArtifactsNonShippingBundlesDir>
</PropertyGroup>
</Project>