Skip to content

Commit c1b8440

Browse files
committed
Fix build props.
1 parent a658038 commit c1b8440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="[1,)" PrivateAssets="All" />
22-
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
21+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="[1,)" PrivateAssets="All" />
22+
<PackageReference Include="DotNet.ReproducibleBuilds" Version="(1,)" PrivateAssets="All"/>
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)