We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fe019 commit f1119daCopy full SHA for f1119da
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
3
- <Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="2.0.1" />
+ <Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="2.0.2" />
4
5
<PropertyGroup>
6
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks>
Directory.Packages.props
@@ -43,7 +43,7 @@
43
</ItemGroup>
44
45
<ItemGroup>
46
- <GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="2.0.1" PrivateAssets="All" />
+ <GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="2.0.2" PrivateAssets="All" />
47
<GlobalPackageReference Include="JetBrains.Annotations.Sources" Version="2025.2.4" PrivateAssets="All" />
48
49
0 commit comments