File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Okta.Auth.Sdk.IntegrationTests Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11language : csharp
22mono : latest
3- dotnet : 5 .0
3+ dotnet : 6 .0
44before_install :
55 - sudo apt-get install dotnet-sdk-3.1
66script :
Original file line number Diff line number Diff line change 11# Changelog
22Running 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments