Skip to content

Commit 6e1cf47

Browse files
authored
Merge pull request #167 from aws/dotnet-9
Update recommendation files to net9.0 with RecommendationBatchUpdater script
2 parents 3b40096 + 1153911 commit 6e1cf47

File tree

63 files changed

+1493
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1493
-80
lines changed

RecommendationTools/RecommendationBatchUpdater/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ static void Main(string[] args)
1717
// NOTE: We need to verify compatibility of packages added by rules with //
1818
// the target framework being added. //
1919
///////////////////////////////////////////////////////////////////////////
20-
const string PreviousDotnetVersion = "net7.0";
21-
const string NextDotnetVersion = "net8.0";
20+
const string PreviousDotnetVersion = "net8.0";
21+
const string NextDotnetVersion = "net9.0";
2222

2323
var recommendations = Loader.LoadBatchRecommendations(o.Directory);
2424
Updater.BatchAddFramework(recommendations, NextDotnetVersion, PreviousDotnetVersion);

recommendation/antlr.runtime.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Add a reference to Antlr3.Runtime",

recommendation/antlr.runtime.misc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Add reference to Antlr3.Runtime",

recommendation/antlr.runtime.tree.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Add a reference to Antlr3.Runtime",

recommendation/corewcf.channels.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Replace System.ServiceModel.Channels with CoreWCF.Channels Namespace. Check CoreWCF Compatibility at https://github.com/CoreWCF/CoreWCF/releases",

recommendation/corewcf.codebased.project.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
"ARM32",
6262
"ARM64"
6363
]
64+
},
65+
{
66+
"Name": "net9.0",
67+
"TargetCPU": [
68+
"x86",
69+
"x64",
70+
"ARM32",
71+
"ARM64"
72+
]
6473
}
6574
],
6675
"Description": "",

recommendation/corewcf.configuration.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Replace System.ServiceModel.Configuration with CoreWCF.Configuration Namespace. Check CoreWCF.Configuration Compatibility at https://github.com/CoreWCF/CoreWCF/releases",

recommendation/corewcf.configurationbased.project.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
"ARM32",
6262
"ARM64"
6363
]
64+
},
65+
{
66+
"Name": "net9.0",
67+
"TargetCPU": [
68+
"x86",
69+
"x64",
70+
"ARM32",
71+
"ARM64"
72+
]
6473
}
6574
],
6675
"Description": "",

recommendation/corewcf.description.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Replace System.ServiceModel.Description with CoreWCF.Description Namespace. Check CoreWCF.Description Compatibility at https://github.com/CoreWCF/CoreWCF/releases",

recommendation/corewcf.diagnostics.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"ARM32",
6363
"ARM64"
6464
]
65+
},
66+
{
67+
"Name": "net9.0",
68+
"TargetCPU": [
69+
"x86",
70+
"x64",
71+
"ARM32",
72+
"ARM64"
73+
]
6574
}
6675
],
6776
"Description": "Replace System.ServiceModel.Diagnostics with CoreWCF.Diagnostics Namespace. Check CoreWCF.Diagnostics Compatibility at https://github.com/CoreWCF/CoreWCF/releases",

0 commit comments

Comments
 (0)