12 lines
495 B
XML
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> |