Skip to content

Commit ee6c5e4

Browse files
OKTA-514726: update Okta.Sdk.Abstractions reference to 4.0.6 which references Newtonsoft.Json 13.0.1 (#74)
1 parent 902e686 commit ee6c5e4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: csharp
22
mono: latest
3-
dotnet: 5.0
3+
dotnet: 6.0
44
before_install:
55
- sudo apt-get install dotnet-sdk-3.1
66
script:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
Running changelog of releases since `2.0.1`
33

4+
## v2.0.7
5+
6+
7+
### Updates
8+
9+
- Update NuGet reference to the latest Okta.Sdk.Abstractions v4.0.6
10+
411
## v2.0.6
512

613

Okta.Auth.Sdk.IntegrationTests/Okta.Auth.Sdk.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

Okta.Auth.Sdk.UnitTests/Okta.Auth.Sdk.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FluentAssertions" Version="6.7.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1212
<PackageReference Include="NSubstitute" Version="4.3.0" />
13-
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.5" />
13+
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.6" />
1414
<PackageReference Include="xunit" Version="2.4.1" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1616
<PrivateAssets>all</PrivateAssets>

Okta.Auth.Sdk/Okta.Auth.Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>2.0.6</Version>
5+
<Version>2.0.7</Version>
66
</PropertyGroup>
77

88
<PropertyGroup>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.5" />
20+
<PackageReference Include="Okta.Sdk.Abstractions" Version="4.0.6" />
2121
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)