This repository was archived by the owner on Nov 7, 2018. It is now read-only.
File tree 2 files changed +21
-20
lines changed
src/Microsoft.Extensions.Options
test/Microsoft.Extensions.Options.Test 2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <Import Project =" ..\..\build\common.props" />
4
-
5
- <PropertyGroup >
6
- <Description >Provides a strongly typed way of specifying and accessing settings using dependency injection.</Description >
7
- <TargetFramework >netstandard1.0</TargetFramework >
8
- <NoWarn >$(NoWarn);CS1591</NoWarn >
9
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
- <PackageTags >aspnetcore;options</PackageTags >
11
- </PropertyGroup >
12
-
13
- <ItemGroup >
14
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.2.0-*" />
15
- <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 1.2.0-*" />
16
- <PackageReference Include =" System.ComponentModel" Version =" 4.4.0-*" />
17
- </ItemGroup >
18
-
19
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <Import Project =" ..\..\build\common.props" />
4
+
5
+ <PropertyGroup >
6
+ <Description >Provides a strongly typed way of specifying and accessing settings using dependency injection.</Description >
7
+ <TargetFramework >netstandard1.0</TargetFramework >
8
+ <NoWarn >$(NoWarn);CS1591</NoWarn >
9
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
+ <PackageTags >aspnetcore;options</PackageTags >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup >
14
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.2.0-*" />
15
+ <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 1.2.0-*" />
16
+ <PackageReference Include =" System.ComponentModel" Version =" 4.4.0-*" />
17
+ </ItemGroup >
18
+
19
+ </Project >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\..\build\common.props" />
4
4
5
5
<PropertyGroup >
6
- <TargetFrameworks >netcoreapp1.1;net451</TargetFrameworks >
6
+ <TargetFrameworks >netcoreapp1.1;net452</TargetFrameworks >
7
+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netcoreapp1.1</TargetFrameworks >
7
8
</PropertyGroup >
8
9
9
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments