Reproducible builds (#45)

This commit is contained in:
Patrick Stevens
2022-12-26 14:20:01 +00:00
committed by GitHub
parent fece1223d2
commit dbf3d75ee4

15
Directory.Build.props Normal file
View File

@@ -0,0 +1,15 @@
<Project>
<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.1.1" />
<PropertyGroup>
<Authors>Patrick Stevens</Authors>
<Copyright>Patrick Stevens</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Smaug123/AdventOfCode2022</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>