12
Source/Directory.Build.props
Normal file
12
Source/Directory.Build.props
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user