diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35c9acf1dcf0..f594cef2770d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,18 +1,18 @@ - + https://github.com/dotnet/templating - d829fc2f45e4cd99e62d636466e56044218ac7aa + 58916a8dbe1aaf06cceb9a5785ba6304dc659df1 - + https://github.com/dotnet/templating - d829fc2f45e4cd99e62d636466e56044218ac7aa + 58916a8dbe1aaf06cceb9a5785ba6304dc659df1 - + https://github.com/dotnet/templating - d829fc2f45e4cd99e62d636466e56044218ac7aa + 58916a8dbe1aaf06cceb9a5785ba6304dc659df1 diff --git a/eng/Versions.props b/eng/Versions.props index a2da1029a77f..5ae04d387000 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -207,13 +207,13 @@ - 9.0.100-preview.6.24310.2 + 9.0.100-preview.6.24313.2 $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) - 9.0.100-preview.6.24310.2 + 9.0.100-preview.6.24313.2 $(MicrosoftTemplateEngineMocksPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineMocksPackageVersion) diff --git a/eng/dependabot/Packages.props b/eng/dependabot/Packages.props index a4835e1c8d45..1fd54de21e57 100644 --- a/eng/dependabot/Packages.props +++ b/eng/dependabot/Packages.props @@ -4,8 +4,8 @@ - - + + diff --git a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/HelpTests.Resolution.cs b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/HelpTests.Resolution.cs index 2809ae348af0..e4a6f754e339 100644 --- a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/HelpTests.Resolution.cs +++ b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/HelpTests.Resolution.cs @@ -11,7 +11,6 @@ namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests { - [UsesVerify] public partial class HelpTests { [Fact] diff --git a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.Approval.cs b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.Approval.cs index 5f71044caf23..049cac00401c 100644 --- a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.Approval.cs +++ b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.Approval.cs @@ -7,7 +7,6 @@ namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests { - [UsesVerify] public partial class TabCompletionTests : BaseTest { [Fact] diff --git a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TemplateCommandTests.cs b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TemplateCommandTests.cs index 40e7ff2cda56..6991a8cf427b 100644 --- a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TemplateCommandTests.cs +++ b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TemplateCommandTests.cs @@ -13,7 +13,6 @@ namespace Microsoft.TemplateEngine.Cli.UnitTests.ParserTests { - [UsesVerify] public class TemplateCommandTests { [Fact] diff --git a/test/dotnet-new.Tests/DotnetNewCompleteTests.cs b/test/dotnet-new.Tests/DotnetNewCompleteTests.cs index e35160b85e62..89f5523a9f65 100644 --- a/test/dotnet-new.Tests/DotnetNewCompleteTests.cs +++ b/test/dotnet-new.Tests/DotnetNewCompleteTests.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public class DotnetNewCompleteTests : BaseIntegrationTest { private readonly ITestOutputHelper _log; diff --git a/test/dotnet-new.Tests/DotnetNewDebugOptionsTests.cs b/test/dotnet-new.Tests/DotnetNewDebugOptionsTests.cs index 756e1615f23b..23f31e1ce198 100644 --- a/test/dotnet-new.Tests/DotnetNewDebugOptionsTests.cs +++ b/test/dotnet-new.Tests/DotnetNewDebugOptionsTests.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public class DotnetNewDebugOptionsTests : BaseIntegrationTest { private readonly ITestOutputHelper _log; diff --git a/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs b/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs index b8b06b265c4e..a54fd1e05eb5 100644 --- a/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewDetailsTest : BaseIntegrationTest { private const string _nuGetPackageId = "Uno.ProjectTemplates.Dotnet"; diff --git a/test/dotnet-new.Tests/DotnetNewHelpTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewHelpTests.Approval.cs index db59f3f1fe0d..464fc117c1c4 100644 --- a/test/dotnet-new.Tests/DotnetNewHelpTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewHelpTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewHelpTests : BaseIntegrationTest { [Theory] diff --git a/test/dotnet-new.Tests/DotnetNewInstallTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewInstallTests.Approval.cs index 01972b7655d4..96ba5eabfce6 100644 --- a/test/dotnet-new.Tests/DotnetNewInstallTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewInstallTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewInstallTests : BaseIntegrationTest { [Fact] diff --git a/test/dotnet-new.Tests/DotnetNewInstantiateTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewInstantiateTests.Approval.cs index 7974f1b7a85d..51296b660eab 100644 --- a/test/dotnet-new.Tests/DotnetNewInstantiateTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewInstantiateTests.Approval.cs @@ -6,7 +6,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewInstantiateTests { [Fact] diff --git a/test/dotnet-new.Tests/DotnetNewListTests.cs b/test/dotnet-new.Tests/DotnetNewListTests.cs index 2b2a397cee2a..114d485d8ea8 100644 --- a/test/dotnet-new.Tests/DotnetNewListTests.cs +++ b/test/dotnet-new.Tests/DotnetNewListTests.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewListTests : BaseIntegrationTest, IClassFixture { private readonly SharedHomeDirectory _sharedHome; diff --git a/test/dotnet-new.Tests/DotnetNewSearchTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewSearchTests.Approval.cs index 3449f147b45d..a8f1cc32487e 100644 --- a/test/dotnet-new.Tests/DotnetNewSearchTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewSearchTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewSearchTests { [Theory] diff --git a/test/dotnet-new.Tests/DotnetNewTests.cs b/test/dotnet-new.Tests/DotnetNewTests.cs index c5bb656ec651..716d7d5a0f7e 100644 --- a/test/dotnet-new.Tests/DotnetNewTests.cs +++ b/test/dotnet-new.Tests/DotnetNewTests.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public class DotnetNewTests : BaseIntegrationTest, IClassFixture { private readonly SharedHomeDirectory _sharedHome; diff --git a/test/dotnet-new.Tests/DotnetNewUninstallTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewUninstallTests.Approval.cs index ddebe8dfa16c..75c659a865cc 100644 --- a/test/dotnet-new.Tests/DotnetNewUninstallTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewUninstallTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewUninstallTests { [Fact] diff --git a/test/dotnet-new.Tests/DotnetNewUpdateTests.Approval.cs b/test/dotnet-new.Tests/DotnetNewUpdateTests.Approval.cs index aa3874d81fb0..1e32ddb8a620 100644 --- a/test/dotnet-new.Tests/DotnetNewUpdateTests.Approval.cs +++ b/test/dotnet-new.Tests/DotnetNewUpdateTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class DotnetNewUpdateTests { [Fact] diff --git a/test/dotnet-new.Tests/PostActionTests.Approval.cs b/test/dotnet-new.Tests/PostActionTests.Approval.cs index 5fc32dd8e28d..b74aaeb72b18 100644 --- a/test/dotnet-new.Tests/PostActionTests.Approval.cs +++ b/test/dotnet-new.Tests/PostActionTests.Approval.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public partial class PostActionTests : BaseIntegrationTest { [Fact] diff --git a/test/dotnet-new.Tests/WebProjectsTests.cs b/test/dotnet-new.Tests/WebProjectsTests.cs index 003444e65090..73bdee141dcb 100644 --- a/test/dotnet-new.Tests/WebProjectsTests.cs +++ b/test/dotnet-new.Tests/WebProjectsTests.cs @@ -5,7 +5,6 @@ namespace Microsoft.DotNet.Cli.New.IntegrationTests { - [UsesVerify] public class WebProjectsTests : BaseIntegrationTest, IClassFixture { private readonly WebProjectsFixture _fixture;