Open seantleonard opened 1 month ago
/azp run
Should we make changes in the scripts as well? FileName : scripts.publish.ps1
$dotnetTargetFrameworks = "net6.0", "net8.0"
Good initiative, we should check with @neeraj-sharma2592 with respect to dependencies on hosting before merging
I'm in touch with Neeraj for the same. Will add update accordingly.
Both create-manifest-file.ps1
and publish.ps1
file needs an update.
/azp run
/azp run
Why make this change?
What is this change?
Removes .NET6 references from .csproj files for target framework.
Removes .NET6 specific code in authN handlers
Removes .NET6 sdk install in pipeline config
Removes .NET6 dependency section from
src/Directory.Packages.props
CI/CD pipelines now complete quicker, as removing .NET6 shaves off about ~12-15minutes per test run. (Config file creation + integration tests)
How was this tested?
[x] Integration Tests
[x] Unit Tests