Skip to content

Commit

Permalink
Merge pull request #99 from max-ieremenko/remove/net7
Browse files Browse the repository at this point in the history
remove .net7
  • Loading branch information
max-ieremenko authored Oct 20, 2024
2 parents 05e0a36 + 2cf278a commit ec0291e
Show file tree
Hide file tree
Showing 64 changed files with 34 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Build/build-tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Enter-Build {
bin = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot "../Sources/bin"))
repository = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot "../ThirdPartyLibraries"))
examples = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot "../Examples"))
frameworks = "net6.0", "net7.0", "net8.0"
frameworks = "net6.0", "net8.0"
version = $(
$buildProps = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot "../Sources/Directory.Build.props"))
$packageVersion = (Select-Xml -Path $buildProps -XPath "Project/PropertyGroup/DefaultPackageVersion").Node.InnerText
Expand Down
1 change: 0 additions & 1 deletion Build/install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ $ErrorActionPreference = "Stop"
if (-not $List -or (".net" -in $List)) {
$install = Join-Path $PSScriptRoot "scripts/Install-DotNet.ps1"
& $install "6.0.418"
& $install "7.0.405"
& $install (Get-Content -Raw (Join-Path $PSScriptRoot "../Sources/global.json") | ConvertFrom-Json).sdk.version
}

Expand Down
2 changes: 1 addition & 1 deletion Build/tasks/pack-manual-download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param(
$Version,

[Parameter(Mandatory = $true)]
[ValidateSet("net6.0", "net7.0", "net8.0")]
[ValidateSet("net6.0", "net8.0")]
[string]
$Framework,

Expand Down
2 changes: 1 addition & 1 deletion Build/tasks/unit-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ param (
$BinPath,

[Parameter(Mandatory = $true)]
[ValidateSet("net6.0", "net7.0", "net8.0")]
[ValidateSet("net6.0", "net8.0")]
[string]
$Framework
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Table of Contents
Requirements <a name="requirements"></a>
----------------------------------------

- tool can be installed on SDKs .NET 8.0, .NET 7.0, .NET 6.0
- tool can be installed on SDKs .NET 8.0, .NET 6.0
- PowerShell module is compatible with Powershell Core 7.0+
- supported project format: [SDK-style](https://docs.microsoft.com/en-us/nuget/resources/check-project-format)
- supported project references: [NuGet](https://www.nuget.org/) and [npm](https://www.npmjs.com) packages
Expand Down
2 changes: 1 addition & 1 deletion Sources/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<SupportedFrameworks>net6.0;net7.0;net8.0</SupportedFrameworks>
<SupportedFrameworks>net6.0;net8.0</SupportedFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ConfigureAwaitChecker.Analyzer [5.0.0.1](https://www.nuget.org/packages/Configur

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Bcl.AsyncInterfaces [8.0.0](https://www.nuget.org/packages/Microsoft.B

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.CodeCoverage [17.9.0](https://www.nuget.org/packages/Microsoft.CodeCov

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0
Target frameworks: net6.0, net8.0

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.Abstractions [8.0.0](https://www.nuget.org/pa

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.Binder [8.0.1](https://www.nuget.org/packages

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.EnvironmentVariables [8.0.0](https://www.nuge

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.FileExtensions [8.0.0](https://www.nuget.org/

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.Json [8.0.0](https://www.nuget.org/packages/M

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration.UserSecrets [8.0.0](https://www.nuget.org/pac

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Configuration [8.0.0](https://www.nuget.org/packages/Micros

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.FileProviders.Abstractions [8.0.0](https://www.nuget.org/pa

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.FileProviders.Physical [8.0.0](https://www.nuget.org/packag

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.FileSystemGlobbing [8.0.0](https://www.nuget.org/packages/M

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.Extensions.Primitives [8.0.0](https://www.nuget.org/packages/Microsoft

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0"
],
"Dependencies": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.NET.Test.Sdk [17.9.0](https://www.nuget.org/packages/Microsoft.NET.Tes

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0
Target frameworks: net6.0, net8.0

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.SourceLink.GitHub [8.0.0](https://www.nuget.org/packages/Microsoft.Sou

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0"
],
"Dependencies": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.TestPlatform.ObjectModel [17.9.0](https://www.nuget.org/packages/Micro

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0
Target frameworks: net6.0, net8.0

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0"
],
"Dependencies": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft.TestPlatform.TestHost [17.9.0](https://www.nuget.org/packages/Microsof

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0
Target frameworks: net6.0, net8.0

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": false,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Newtonsoft.Json [13.0.3](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)

Used by: ThirdPartyLibraries

Target frameworks: net6.0, net7.0, net8.0, netstandard2.1
Target frameworks: net6.0, net8.0, netstandard2.1

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NUnit3TestAdapter [4.5.0](https://www.nuget.org/packages/NUnit3TestAdapter/4.5.0

Used by: ThirdPartyLibraries internal

Target frameworks: net6.0, net7.0, net8.0
Target frameworks: net6.0, net8.0

License: [MIT](../../../../licenses/mit)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"InternalOnly": true,
"TargetFrameworks": [
"net6.0",
"net7.0",
"net8.0",
"netstandard2.1"
]
Expand Down
Loading

0 comments on commit ec0291e

Please sign in to comment.