Files
OxyPlot/Source/Examples/ImageSharp/Example1/Example1.csproj
2023-09-02 09:24:59 +02:00

13 lines
289 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\OxyPlot.ImageSharp\OxyPlot.ImageSharp.csproj" />
</ItemGroup>
</Project>