From d9b15a678e71466b9695c5ee0350fa1e1b962fbb Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Thu, 17 Oct 2024 13:58:29 -0700 Subject: [PATCH 1/6] Update Util.csproj to use the same TargetFramework assignment logic as other projects in ScenarioMeasurement. Also removed the no longer used LibrariesTargetFramework property from the Scenario Measurement Directory.Build.props. --- src/tools/ScenarioMeasurement/Directory.Build.props | 1 - src/tools/ScenarioMeasurement/Util/Util.csproj | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tools/ScenarioMeasurement/Directory.Build.props b/src/tools/ScenarioMeasurement/Directory.Build.props index a0c5daa8639..d6708d94c45 100644 --- a/src/tools/ScenarioMeasurement/Directory.Build.props +++ b/src/tools/ScenarioMeasurement/Directory.Build.props @@ -3,7 +3,6 @@ net8.0 - net8.0 $(NoWarn);CS8002 latest diff --git a/src/tools/ScenarioMeasurement/Util/Util.csproj b/src/tools/ScenarioMeasurement/Util/Util.csproj index 0fcc3f4d488..f7b684ee4b5 100644 --- a/src/tools/ScenarioMeasurement/Util/Util.csproj +++ b/src/tools/ScenarioMeasurement/Util/Util.csproj @@ -1,7 +1,9 @@  Library - $(LibrariesTargetFramework) + $(PERFLAB_TARGET_FRAMEWORKS) + + $(FallbackTargetFramework) ScenarioMeasurement From 7a2f37fe58874d2948cdef2d42aa8d3abafdeba2 Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Thu, 17 Oct 2024 15:44:33 -0700 Subject: [PATCH 2/6] Add 9.0.0 feed to fix build failure for now. --- NuGet.config | 2 ++ src/tools/NuGet.config | 3 +++ 2 files changed, 5 insertions(+) diff --git a/NuGet.config b/NuGet.config index 210b11263c3..f62ed970450 100644 --- a/NuGet.config +++ b/NuGet.config @@ -22,6 +22,8 @@ + + diff --git a/src/tools/NuGet.config b/src/tools/NuGet.config index d939aae3006..1ebce10b467 100644 --- a/src/tools/NuGet.config +++ b/src/tools/NuGet.config @@ -10,6 +10,9 @@ + + + From 16f0d59ce2b62b2e50d1f6b64806263450040a20 Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Mon, 21 Oct 2024 13:23:19 -0700 Subject: [PATCH 3/6] Run updates and add windowsdesktop and aspnetcore dependencies. --- NuGet.config | 17 +++++++++++++---- eng/Version.Details.xml | 18 +++++++++++++----- eng/Versions.props | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index f62ed970450..c2d82ab9513 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,8 +7,14 @@ - + + + + + + + @@ -22,8 +28,6 @@ - - @@ -36,5 +40,10 @@ - + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d61d49f30b..cad0dd5065f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,19 +3,27 @@ https://github.com/dotnet/runtime - d3981726bc8b0e179db50301daf9f22d42393096 + b678c8a49022eb25e8c9de5ed3496d4a26b56e31 - + https://github.com/dotnet/runtime - d3981726bc8b0e179db50301daf9f22d42393096 + b678c8a49022eb25e8c9de5ed3496d4a26b56e31 https://github.com/dotnet/runtime - d3981726bc8b0e179db50301daf9f22d42393096 + b678c8a49022eb25e8c9de5ed3496d4a26b56e31 https://github.com/dotnet/runtime - d3981726bc8b0e179db50301daf9f22d42393096 + b678c8a49022eb25e8c9de5ed3496d4a26b56e31 + + + https://github.com/dotnet/windowsdesktop + 5307f2abc4387e29964c6f46cb1f63cfdc218602 + + + https://github.com/dotnet/aspnetcore + ff8e3690dee1f9278fec6055a91e936300c35c37 diff --git a/eng/Versions.props b/eng/Versions.props index 2cc18f03428..372aced0a52 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 9.0.0 - 9.0.0-rtm.24516.10 + 9.0.0-rtm.24517.17 9.0.0 9.0.0 0.14.1-nightly.20240924.187 From d9d55ceb2b5fccf585c4686424a3b3f9fdd6155e Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Mon, 21 Oct 2024 13:37:51 -0700 Subject: [PATCH 4/6] Remove NuGet.config because darc does not seem to support updating package mappings. --- src/tools/NuGet.config | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/tools/NuGet.config diff --git a/src/tools/NuGet.config b/src/tools/NuGet.config deleted file mode 100644 index 1ebce10b467..00000000000 --- a/src/tools/NuGet.config +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - From 63616086d1b0c307bca09a1da72ec942718b6845 Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Mon, 21 Oct 2024 13:41:35 -0700 Subject: [PATCH 5/6] Revert "Remove NuGet.config because darc does not seem to support updating package mappings." This reverts commit d9d55ceb2b5fccf585c4686424a3b3f9fdd6155e. --- src/tools/NuGet.config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/tools/NuGet.config diff --git a/src/tools/NuGet.config b/src/tools/NuGet.config new file mode 100644 index 00000000000..1ebce10b467 --- /dev/null +++ b/src/tools/NuGet.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + From 30683166763a714c07d8f858112587fdc960c91a Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Mon, 21 Oct 2024 13:50:36 -0700 Subject: [PATCH 6/6] Remove NuGet.config because darc does not seem to support updating package mappings and disable the warning for not having package mappings. --- src/Directory.Build.props | 1 + src/tools/NuGet.config | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 src/tools/NuGet.config diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 745b0bc0787..a9301c58db5 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -13,6 +13,7 @@ False + $(NoWarn);NU1507 True 4 diff --git a/src/tools/NuGet.config b/src/tools/NuGet.config deleted file mode 100644 index 1ebce10b467..00000000000 --- a/src/tools/NuGet.config +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -