File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55* feat: Add ConfigureAwait(false) to await calls (PR #71 jtsai-osa)
66* feat: Pass through HttpClient from ForceClient to AuthenticationClient (PR #76 saithis)
77* feat: Add more composite endpoints. Add token introspection. Add call for custom APEX code (PR #72 phess101)
8+ * build: Add .NET 9 build targets
89
910### 2024-05-24 v4.1.0
1011
Original file line number Diff line number Diff line change 2525
2626 <!-- Targets -->
2727 <PropertyGroup Condition =" !$([MSBuild]::IsOSPlatform('OSX!'))" >
28- <LibTargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</LibTargetFrameworks >
29- <AppTargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0;net8.0</AppTargetFrameworks >
30- <TestTargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0;net8.0</TestTargetFrameworks >
28+ <LibTargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0 </LibTargetFrameworks >
29+ <AppTargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0;net8.0;net9.0 </AppTargetFrameworks >
30+ <TestTargetFrameworks >netcoreapp2.1;netcoreapp3.1;net6.0;net7.0;net8.0;net9.0 </TestTargetFrameworks >
3131 </PropertyGroup >
3232
3333 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >
34- <LibTargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</LibTargetFrameworks >
35- <AppTargetFrameworks >net6.0;net7.0;net8.0</AppTargetFrameworks >
36- <TestTargetFrameworks >net6.0;net7.0;net8.0</TestTargetFrameworks >
34+ <LibTargetFrameworks >netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0 </LibTargetFrameworks >
35+ <AppTargetFrameworks >net6.0;net7.0;net8.0;net9.0 </AppTargetFrameworks >
36+ <TestTargetFrameworks >net6.0;net7.0;net8.0;net9.0 </TestTargetFrameworks >
3737 </PropertyGroup >
3838
3939</Project >
You can’t perform that action at this time.
0 commit comments