From 35464ad73e63a1b350f81361d267af6377cf220c Mon Sep 17 00:00:00 2001 From: Matt Kotsenas Date: Thu, 27 Jun 2024 15:33:50 -0700 Subject: [PATCH] Update to latest version of DotNet.ReproducibleBuilds --- build/targets/reproducible/Packages.props | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/targets/reproducible/Packages.props b/build/targets/reproducible/Packages.props index 44da4696..de8010b9 100644 --- a/build/targets/reproducible/Packages.props +++ b/build/targets/reproducible/Packages.props @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/global.json b/global.json index 365dfcf4..56f9eb76 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "rollForward": "latestFeature" }, "msbuild-sdks": { - "DotNet.ReproducibleBuilds.Isolated": "1.1.1" + "DotNet.ReproducibleBuilds.Isolated": "1.2.4" } } \ No newline at end of file