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;
|
.Value;
|
||||||
|
|
||||||
var tfm =
|
var tfm =
|
||||||
#if NETCOREAPP3_1
|
#if NETCOREAPP5_0
|
||||||
"netcoreapp3.1";
|
"netcoreapp5.0";
|
||||||
#else
|
#else
|
||||||
#error Target framework needs to be updated.
|
#error Target framework needs to be updated.
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue