Files
AdventOfCode2022/Directory.Build.props
dependabot[bot] d5e1354893 Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25 in /AdventOfCode2022 (#79)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
2024-09-16 17:01:00 +00:00

15 lines
508 B
XML

<Project>
<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.2.25" PrivateAssets="All"/>
</ItemGroup>
</Project>