File tree 5 files changed +27
-15
lines changed
Okta.Auth.Sdk.IntegrationTests
5 files changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Running changelog of releases since `2.0.1`
4
4
## v2.0.4
5
5
6
6
7
+ ### Updates
8
+
9
+ - Update NuGet reference to the latest Okta.Sdk.Abstractions v4.0.2
10
+
11
+ ## v2.0.4
12
+
13
+
7
14
### Updates
8
15
9
16
- Update NuGet reference to the latest Okta.Sdk.Abstractions v4.0.2
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public async Task AuthenticateUserWithInvalidCredentials()
132
132
try
133
133
{
134
134
Func < Task > act = async ( ) => await authClient . AuthenticateAsync ( authnOptions ) ;
135
- act . Should ( ) . Throw < OktaApiException > ( ) ;
135
+ await act . Should ( ) . ThrowAsync < OktaApiException > ( ) ;
136
136
}
137
137
finally
138
138
{
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" FluentAssertions" Version =" 5.4.2" />
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
12
- <PackageReference Include =" Okta.Sdk" Version =" 5.2.1" />
13
- <PackageReference Include =" xunit" Version =" 2.3.1" />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
+ <PackageReference Include =" FluentAssertions" Version =" 6.7.0" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0" />
12
+ <PackageReference Include =" Okta.Sdk" Version =" 5.6.0" />
13
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
15
+ <PrivateAssets >all</PrivateAssets >
16
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
+ </PackageReference >
15
18
</ItemGroup >
16
19
17
20
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
12
- <PackageReference Include =" NSubstitute" Version =" 4.2.2" />
13
- <PackageReference Include =" Okta.Sdk.Abstractions" Version =" 4.0.2" />
14
- <PackageReference Include =" xunit" Version =" 2.4.0" />
15
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
16
- <PackageReference Include =" coverlet.collector" Version =" 1.0.1" />
10
+ <PackageReference Include =" FluentAssertions" Version =" 6.7.0" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0" />
12
+ <PackageReference Include =" NSubstitute" Version =" 4.3.0" />
13
+ <PackageReference Include =" Okta.Sdk.Abstractions" Version =" 4.0.4" />
14
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
15
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
16
+ <PrivateAssets >all</PrivateAssets >
17
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
+ </PackageReference >
17
19
</ItemGroup >
18
20
19
21
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
5
- <Version >2.0.4 </Version >
5
+ <Version >2.0.5 </Version >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Okta.Sdk.Abstractions" Version =" 4.0.2 " />
20
+ <PackageReference Include =" Okta.Sdk.Abstractions" Version =" 4.0.4 " />
21
21
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" >
22
22
<PrivateAssets >all</PrivateAssets >
23
23
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
You can’t perform that action at this time.
0 commit comments