diff --git a/eng/Versions.props b/eng/Versions.props index f61a4bd440..d12915f174 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -65,7 +65,7 @@ 17.14.2119 5.0.0 13.0.3 - 8.0.0 + 9.0.0 4.5.5 8.0.0 18.0.0-preview-1-10911-061 diff --git a/src/datacollector/app.config b/src/datacollector/app.config index 8e3b9f898c..eb75311e99 100644 --- a/src/datacollector/app.config +++ b/src/datacollector/app.config @@ -26,7 +26,7 @@ - + diff --git a/src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj b/src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj index 871ef099ab..696cb68cbf 100644 --- a/src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj +++ b/src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj @@ -31,6 +31,8 @@ None $(NoWarn);NU5100 + + $(NoWarn);NU1510