diff --git a/NuGet.config b/NuGet.config index fcb45bc3c5b..1bac8e9bfac 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,6 +9,12 @@ + + + + + + @@ -34,5 +40,10 @@ - + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2549e9d0105..845bed6c768 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -16,6 +16,13 @@ https://github.com/dotnet/runtime 197db4ff0ded5f02e2d050f1310f297265d19e3d + + https://github.com/dotnet/windowsdesktop + 5307f2abc4387e29964c6f46cb1f63cfdc218602 + + + https://github.com/dotnet/aspnetcore + ff8e3690dee1f9278fec6055a91e936300c35c37 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 d939aae3006..00000000000 --- a/src/tools/NuGet.config +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - 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