Skip to content

Commit

Permalink
Merge pull request #30 from okta/OlegBoulanov-bugfix/XML-doc-path
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-rodriguez authored Apr 20, 2020
2 parents 795ed2f + c5767c2 commit 956d13b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<PropertyGroup>
<Description>Interfaces and shared code for Okta's SDKs.</Description>
<DocumentationFile>bin\Debug\netstandard1.3\Okta.Sdk.Abstractions.xml</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\netstandard1.3\Okta.Sdk.Abstractions.xml</DocumentationFile>
<RepositoryUrl>https://github.com/okta/okta-auth-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/okta/okta-auth-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/okta/okta-auth-dotnet/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -34,7 +34,4 @@
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\source\okta-auth-dotnet\Okta.Sdk.Abstractions\Okta.Sdk.Abstractions.xml</DocumentationFile>
</PropertyGroup>
</Project>

0 comments on commit 956d13b

Please sign in to comment.