Newer
Older
ClosedXML / ClosedXML_Sandbox / ClosedXML_Sandbox.csproj
@Francois Botha Francois Botha on 17 Aug 2017 350 bytes Improve color support and more
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>netcoreapp2.0;net452;net461</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\ClosedXML\ClosedXML.csproj" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
  </ItemGroup>

</Project>