File: MvcBuildIntegrationTest31.cs | Web Access |
Project: ..\..\..\test\Microsoft.NET.Sdk.Razor.Tests\Microsoft.NET.Sdk.Razor.Tests.csproj (Microsoft.NET.Sdk.Razor.Tests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.NET.Sdk.Razor.Tests { public class MvcBuildIntegrationTest31 : MvcBuildIntegrationTestLegacy { public MvcBuildIntegrationTest31(ITestOutputHelper log) : base(log) { } public override string TestProjectName => "SimpleMvc31"; public override string TargetFramework => "netcoreapp3.1"; } } |