You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't attempt to install .NET 8 without explicit variable (#528)
With v1.3.0 not being fully released yet, attempting download of Net8
bits may fail if not explicitly setting v1.3.0-alpha in
`installcredprovider.sh`. Update the variable check to avoid "default"
downloads of .NET 8.
Add .NET 8, FX 4.8.1 support (#520)
With the end of support for multiple .NET releases used by the artifacts
credential provider, it's time to migrate to supported .NET versions.
This includes a bump of .NET 6 -> .NET 8 and .NET Framework 4.6.1 to
.NET Framework 4.8.1.
For more info on end of support dates, see
https://github.com/dotnet/core/blob/main/releases.md
These new bits will not be set as the default version being installed
until the next major release as documented in the README. I'll also post
an announcement about the upcoming deprecation.
---------
Co-authored-by: Coby Allred <[email protected]>
Changing away from MicroBuildUploadVstsDropFolder@2 (#469)
Using output method with microBuildVstsDrop instead of
MicroBuildUploadVstsDropFolder@2 task for compatibility
---------
Co-authored-by: Abby Powell (from Dev Box) <[email protected]>