Skip to content

Commit 914fc70

Browse files
committed
add NetCoreAppCurrent to TargetFrameworks on TestApp
1 parent 8b67dc5 commit 914fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Hosting/tests/TestApp/Microsoft.Extensions.Hosting.TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>$(NetFrameworkCurrent)</TargetFrameworks>
3+
<TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkCurrent)</TargetFrameworks>
44
<EnableDefaultItems>true</EnableDefaultItems>
55
<OutputType>Exe</OutputType>
66
</PropertyGroup>

0 commit comments

Comments
 (0)