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

Commit 425a8c5

Browse files
committed
Bump test projects up to .NET 4.5.2
- aspnet/Testing#248 - xUnit no longer supports .NET 4.5.1
1 parent 48ab68b commit 425a8c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Microsoft.AspNetCore.JsonPatch.Test/Microsoft.AspNetCore.JsonPatch.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp1.1;net451</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp1.1;net452</TargetFrameworks>
5+
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.1</TargetFrameworks>
56
</PropertyGroup>
67
<ItemGroup>
78
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.JsonPatch\Microsoft.AspNetCore.JsonPatch.csproj" />
@@ -14,7 +15,7 @@
1415
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
1516
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.4.0-*" />
1617
</ItemGroup>
17-
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
18+
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
1819
<Reference Include="System.Linq.Expressions" />
1920
<Reference Include="System" />
2021
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)