This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +31
-17
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation
Owin.Security.OAuth.Introspection
Owin.Security.OAuth.Validation Expand file tree Collapse file tree 6 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 6
6
<PropertyGroup >
7
7
<NoWarn >$(NoWarn);CS1591</NoWarn >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile >
11
- <SignAssembly >true</SignAssembly >
12
- <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
13
- </PropertyGroup >
14
-
15
- <PropertyGroup >
16
- <Product >aspnet-contrib</Product >
17
- <PackageIconUrl >https://avatars3.githubusercontent.com/u/7998081?s=64</PackageIconUrl >
18
- <PackageProjectUrl >https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions</PackageProjectUrl >
19
- <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl >
20
- <RepositoryType >git</RepositoryType >
21
- <RepositoryUrl >git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions</RepositoryUrl >
9
+ <DebugSymbols >true</DebugSymbols >
10
+ <DebugType >full</DebugType >
11
+ <DebugType Condition =" '$(Configuration)' != 'Debug' " >pdbonly</DebugType >
12
+ <DebugType Condition =" '$(OS)' != 'Windows_NT' " >portable</DebugType >
22
13
</PropertyGroup >
23
14
24
15
</Project >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <Import Project =" common.props" />
4
+
5
+ <PropertyGroup >
6
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
7
+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile >
8
+ <SignAssembly >true</SignAssembly >
9
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
10
+ <IncludeSource >true</IncludeSource >
11
+ <IncludeSymbols >true</IncludeSymbols >
12
+ </PropertyGroup >
13
+
14
+ <PropertyGroup >
15
+ <Product >aspnet-contrib</Product >
16
+ <PackageIconUrl >https://avatars3.githubusercontent.com/u/7998081?s=64</PackageIconUrl >
17
+ <PackageProjectUrl >https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions</PackageProjectUrl >
18
+ <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl >
19
+ <RepositoryType >git</RepositoryType >
20
+ <RepositoryUrl >git://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions</RepositoryUrl >
21
+ </PropertyGroup >
22
+
23
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <Import Project =" ..\..\build\common .props" />
3
+ <Import Project =" ..\..\build\packages .props" />
4
4
5
5
<PropertyGroup >
6
6
<TargetFrameworks >net451;netstandard1.4</TargetFrameworks >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <Import Project =" ..\..\build\common .props" />
3
+ <Import Project =" ..\..\build\packages .props" />
4
4
5
5
<PropertyGroup >
6
6
<TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <Import Project =" ..\..\build\common .props" />
3
+ <Import Project =" ..\..\build\packages .props" />
4
4
5
5
<PropertyGroup >
6
6
<TargetFramework >net451</TargetFramework >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <Import Project =" ..\..\build\common .props" />
3
+ <Import Project =" ..\..\build\packages .props" />
4
4
5
5
<PropertyGroup >
6
6
<TargetFramework >net451</TargetFramework >
You can’t perform that action at this time.
0 commit comments