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

Commit fa3f1bf

Browse files
committed
Update repo.props to automatically install the .NET Core 1.0.5 runtime
1 parent 491c7b1 commit fa3f1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/repo.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4+
<DotNetCoreRuntime Include="1.0.5" />
45
<ExcludeFromTest Include="$(RepositoryRoot)test\Owin.Security.OAuth.Introspection.Tests\*.csproj" Condition="'$(OS)' != 'Windows_NT'"/>
56
<ExcludeFromTest Include="$(RepositoryRoot)test\Owin.Security.OAuth.Validation.Tests\*.csproj" Condition="'$(OS)' != 'Windows_NT'"/>
67
</ItemGroup>

0 commit comments

Comments
 (0)