File: Dependency.csproj | Web Access |
Project: ..\..\..\src\Samples\Dependency\Dependency.csproj (Dependency) |
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <UseProductOutputPath>true</UseProductOutputPath> <CopyNuGetImplementations>false</CopyNuGetImplementations> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks> </PropertyGroup> <PropertyGroup Condition="'$(NetCoreBuild)' == 'true'"> <StartAction Condition="'$(StartAction)'==''">Program</StartAction> </PropertyGroup> </Project> |