Skip to content

Commit e812dab

Browse files
author
Andrew Hall
committed
Unblock for now
1 parent 91ba66c commit e812dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Compiler/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Test.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>$(NetVSAndVSCode)</TargetFrameworks>
4+
<!-- TODO: Target net8 and net9. net8 tests are failing due to System.Text.Encoding.Web upgrade to 9.0.0 -->
5+
<TargetFrameworks>$(NetVSCode)</TargetFrameworks>
56
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);$(NetFxVS)</TargetFrameworks>
67
<PreserveCompilationContext>true</PreserveCompilationContext>
78
<DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**</DefaultItemExcludes>

0 commit comments

Comments
 (0)