The binding types in csproj
What types of binding are possible in csproj
project
dotnet add referencepackage
dotnet add packagedll
1 2 3 4 5
<ItemGroup> <Reference Include="Microsoft.DotNet.RemoteExecutor"> <HintPath>..\Microsoft.DotNet.RemoteExecutor\src\bin\Release\net9.0\publish\Microsoft.DotNet.RemoteExecutor.dll</HintPath> </Reference> </ItemGroup>
files
1
<Compile Include="$(CommonTestPath)System\Diagnostics\Tracing\TestEventListener.cs" Link="Common\System\Diagnostics\Tracing\TestEventListener.cs" />
This post is licensed under CC BY 4.0 by the author.