Update BuildIntrospectionTest.cs\n\nCommit migrated from 6712efc3af

This commit is contained in:
Justin Kotalik 2020-01-15 10:31:41 -08:00 committed by GitHub
parent 97c847b5f0
commit 18830cb2fe
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
.Value;
var tfm =
#if NETCOREAPP3_1
"netcoreapp3.1";
#if NETCOREAPP5_0
"netcoreapp5.0";
#else
#error Target framework needs to be updated.
#endif