Files
OxyPlot/Source/Directory.Build.props
2023-09-02 09:24:59 +02:00

12 lines
495 B
XML

<Project>
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<PropertyGroup>
<Copyright>Copyright (c) 2014-2022 OxyPlot Contributors</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/oxyplot/oxyplot.git</RepositoryUrl>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
</Project>