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

Commit ccea27d

Browse files
committed
Bump test projects up to .NET 4.5.2
- aspnet/Testing#248 - xUnit no longer supports .NET 4.5.1 - build tests for desktop .NET only on Windows
1 parent 3078ce1 commit ccea27d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.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
<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
<Compile Include="..\Shared\*.cs" />

test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.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
<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
<Compile Include="..\Shared\*.cs" />

test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.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
<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
<Compile Include="..\Shared\*.cs" />

test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.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
<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
<Compile Include="..\Shared\*.cs" />

0 commit comments

Comments
 (0)