Skip to content
This repository was archived by the owner on Nov 9, 2018. It is now read-only.

Commit 11a6cb5

Browse files
committed
Bump test projects up to .NET 4.5.2
- #248 - xUnit no longer supports .NET 4.5.1 - build tests for desktop .NET only on Windows
1 parent 40d5642 commit 11a6cb5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/Microsoft.AspNetCore.Testing.Tests/Microsoft.AspNetCore.Testing.Tests.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>netcoreapp1.1;net451</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp1.1;net452</TargetFrameworks>
7+
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.1</TargetFrameworks>
78
</PropertyGroup>
89

910
<ItemGroup>

test/Sample.Tests/Sample.Tests.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<Import Project="..\..\build\common.props" />
44

55
<PropertyGroup>
6-
<TargetFrameworks>netcoreapp1.1;net451</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp1.1;net452</TargetFrameworks>
7+
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.1</TargetFrameworks>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)