From 72bf6a603047fb2c5d58a01136cbe40838baff96 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 18 Dec 2024 11:28:44 -0800 Subject: [PATCH] Update all test sdk references to the latest version. --- .../Files_MatchSpecifiedFiles/Tool.Test/Tool.Test.csproj | 2 +- .../Files_MismatchSpecifiedFiles/Tool.Test/Tool.Test.csproj | 2 +- .../Files_PatternWithFileName/Tool.Test/Tool.Test.csproj | 2 +- .../Files_PatternWithGlobstar/Tool.Test/Tool.Test.csproj | 2 +- .../Files_PatternWithWildcard/Tool.Test/Tool.Test.csproj | 2 +- .../Tool.Test/Tool.Test.csproj | 2 +- .../PortableToolWithTestProject/Test/XUnitTestProject.csproj | 2 +- .../TestProjects/XUnitTestProject/XUnitTestProject.csproj | 2 +- .../sample05/sample05.Test/sample05.Test.csproj | 2 +- .../GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MatchSpecifiedFiles/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MatchSpecifiedFiles/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MatchSpecifiedFiles/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MatchSpecifiedFiles/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MismatchSpecifiedFiles/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MismatchSpecifiedFiles/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MismatchSpecifiedFiles/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_MismatchSpecifiedFiles/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithFileName/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithFileName/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithFileName/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithFileName/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithGlobstar/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithGlobstar/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithGlobstar/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithGlobstar/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithWildcard/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithWildcard/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithWildcard/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_PatternWithWildcard/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_SupportSemicolonDelimitedList/Tool.Test/Tool.Test.csproj b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_SupportSemicolonDelimitedList/Tool.Test/Tool.Test.csproj index 24c65a192dbf..e6825a0166ad 100644 --- a/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_SupportSemicolonDelimitedList/Tool.Test/Tool.Test.csproj +++ b/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/Files_SupportSemicolonDelimitedList/Tool.Test/Tool.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TestAssets/TestProjects/PortableToolWithTestProject/Test/XUnitTestProject.csproj b/test/TestAssets/TestProjects/PortableToolWithTestProject/Test/XUnitTestProject.csproj index e27a5fd4b239..a7313a7c3460 100644 --- a/test/TestAssets/TestProjects/PortableToolWithTestProject/Test/XUnitTestProject.csproj +++ b/test/TestAssets/TestProjects/PortableToolWithTestProject/Test/XUnitTestProject.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/TestAssets/TestProjects/XUnitTestProject/XUnitTestProject.csproj b/test/TestAssets/TestProjects/XUnitTestProject/XUnitTestProject.csproj index a173bf6b2be3..ee341f19374d 100644 --- a/test/TestAssets/TestProjects/XUnitTestProject/XUnitTestProject.csproj +++ b/test/TestAssets/TestProjects/XUnitTestProject/XUnitTestProject.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/dotnet-new.Tests/Approvals/sample05.multi-project.includetest=true.verified/sample05/sample05.Test/sample05.Test.csproj b/test/dotnet-new.Tests/Approvals/sample05.multi-project.includetest=true.verified/sample05/sample05.Test/sample05.Test.csproj index b775eb077bcc..d94fa9bc34b3 100644 --- a/test/dotnet-new.Tests/Approvals/sample05.multi-project.includetest=true.verified/sample05/sample05.Test/sample05.Test.csproj +++ b/test/dotnet-new.Tests/Approvals/sample05.multi-project.includetest=true.verified/sample05/sample05.Test/sample05.Test.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs b/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs index 6d0073de6ab5..0b4cf2566715 100644 --- a/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs +++ b/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs @@ -152,7 +152,7 @@ public void TestSlnWithMultitargetedProject() TargetFrameworks = ToolsetInfo.CurrentTargetFramework, }; - testProject.PackageReferences.Add(new TestPackageReference("Microsoft.NET.Test.Sdk", "16.7.1")); + testProject.PackageReferences.Add(new TestPackageReference("Microsoft.NET.Test.Sdk", "17.12.0")); testProject.PackageReferences.Add(new TestPackageReference("xunit", "2.4.1")); testProject.PackageReferences.Add(new TestPackageReference("xunit.runner.visualstudio", "2.4.3", privateAssets: "all"));