File: StarterTemplateFixture_Net11.cs
Web Access
Project: src\tests\Aspire.Templates.Tests\Aspire.Templates.Tests.csproj (Aspire.Templates.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using Xunit.Sdk;
 
namespace Aspire.Templates.Tests;
 
public sealed class StarterTemplateFixture_Net11 : TemplateAppFixture
{
    public StarterTemplateFixture_Net11(IMessageSink diagnosticMessageSink)
        : base(diagnosticMessageSink, "aspire-starter", tfm: TestTargetFramework.Net11)
    {
    }
}