-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
6 changed files
with
112 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<CredentialProviderVersion>1.2.3</CredentialProviderVersion> | ||
<CredentialProviderVersion>1.3.0</CredentialProviderVersion> | ||
<VersionSuffix></VersionSuffix> | ||
<TargetFrameworks>netcoreapp3.1;net461;net6.0</TargetFrameworks> | ||
<TargetFrameworks>netcoreapp3.1;net461;net481;net6.0;net8.0</TargetFrameworks> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters