7 references to Current
Aspire.Templates.Tests (7)
TemplateAppFixture.cs (1)
25
public TemplateAppFixture(IMessageSink diagnosticMessageSink, string templateName, string? dotnetNewArgs = null, string config = "Debug", TestTargetFramework tfm = TestTargetFramework.
Current
)
TemplateTestsBase.cs (3)
353
{ templateName, extraArgs, TestSdk.Previous, TestTargetFramework.
Current
, "The current .NET SDK does not support targeting .NET 9.0" },
358
{ templateName, extraArgs, TestSdk.Current, TestTargetFramework.
Current
, null },
363
{ templateName, extraArgs, TestSdk.CurrentSdkAndPreviousRuntime, TestTargetFramework.
Current
, null },
tests\Shared\TemplatesTesting\BuildEnvironment.cs (3)
60
TestTargetFramework.
Current
=> ForCurrentSdkAndPreviousRuntime,
279
null or "" or "net9.0" => TestTargetFramework.
Current
,
298
TestTargetFramework.
Current
=> "net9.0",