Update BuildIntrospectionTest.cs\n\nCommit migrated from 6712efc3af
This commit is contained in:
parent
97c847b5f0
commit
18830cb2fe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue