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

Commit 1efee55

Browse files
committed
Use DebugType=portable for the unit tests projects
1 parent bbee79d commit 1efee55

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

build/tests.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
3+
<Import Project="common.props" />
4+
5+
<PropertyGroup>
6+
<DebugType>portable</DebugType>
7+
</PropertyGroup>
8+
9+
</Project>

test/AspNet.Security.OAuth.Introspection.Tests/AspNet.Security.OAuth.Introspection.Tests.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

3-
<Import Project="..\..\build\common.props" />
3+
<Import Project="..\..\build\tests.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>

test/AspNet.Security.OAuth.Validation.Tests/AspNet.Security.OAuth.Validation.Tests.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

3-
<Import Project="..\..\build\common.props" />
3+
<Import Project="..\..\build\tests.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>

test/Owin.Security.OAuth.Introspection.Tests/Owin.Security.OAuth.Introspection.Tests.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

3-
<Import Project="..\..\build\common.props" />
3+
<Import Project="..\..\build\tests.props" />
44

55
<PropertyGroup>
66
<TargetFramework>net452</TargetFramework>

test/Owin.Security.OAuth.Validation.Tests/Owin.Security.OAuth.Validation.Tests.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

3-
<Import Project="..\..\build\common.props" />
3+
<Import Project="..\..\build\tests.props" />
44

55
<PropertyGroup>
66
<TargetFramework>net452</TargetFramework>

0 commit comments

Comments
 (0)