Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="dotnet" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<!-- <add key="dotnet" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> -->
<add key="encore-nuget" value="https://s3-us-west-2.amazonaws.com/aws.portingassistant.dotnet.download/nuget/index.json" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions RecommendationTools/RecommendationBatchUpdater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ static void Main(string[] args)
// NOTE: We need to verify compatibility of packages added by rules with //
// the target framework being added. //
///////////////////////////////////////////////////////////////////////////
const string PreviousDotnetVersion = "net8.0";
const string NextDotnetVersion = "net9.0";
const string PreviousDotnetVersion = "net9.0";
const string NextDotnetVersion = "net10.0";

var recommendations = Loader.LoadBatchRecommendations(o.Directory);
Updater.BatchAddFramework(recommendations, NextDotnetVersion, PreviousDotnetVersion);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions recommendation/antlr.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add a reference to Antlr3.Runtime",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/antlr.runtime.misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add reference to Antlr3.Runtime",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/antlr.runtime.tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add a reference to Antlr3.Runtime",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Channels with CoreWCF.Channels Namespace. Check CoreWCF Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.codebased.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Configuration with CoreWCF.Configuration Namespace. Check CoreWCF.Configuration Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.configurationbased.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.description.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Description with CoreWCF.Description Namespace. Check CoreWCF.Description Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.diagnostics.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Diagnostics with CoreWCF.Diagnostics Namespace. Check CoreWCF.Diagnostics Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.dispatcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Dispatcher with CoreWCF.Dispatcher Namespace. Check CoreWCF.Dispatcher Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.claims.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel.Claims with CoreWCF.IdentityModel.Claims Namespace. Check CoreWCF.IdentityModel.Claims Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel with CoreWCF.IdentityModel Namespace. Check CoreWCF.IdentityModel Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel.Policy with CoreWCF.IdentityModel.Policy Namespace. Check CoreWCF.IdentityModel.Policy Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel.Selectors with CoreWCF.IdentityModel.Selectors Namespace. Check CoreWCF.IdentityModel.Selectors Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.services.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel.Services.Tokens with CoreWCF.IdentityModel.Services.Tokens Namespace. Check CoreWCF.IdentityModel.Services.Tokens Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.identitymodel.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.IdentityModel.Tokens with CoreWCF.IdentityModel.Tokens Namespace. Check CoreWCF.IdentityModel.Tokens Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel with CoreWCF Namespace. Check CoreWCF Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.security.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Security with CoreWCF.Security Namespace. Check CoreWCF.Security Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.security.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Replace System.ServiceModel.Security.Tokens with CoreWCF.Security.Tokens Namespace. Check CoreWCF.Security.Tokens Compatibility at https://github.com/CoreWCF/CoreWCF/releases",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/corewcf.servicelibrary.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/ionic.bzip2.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add a reference to DotNetZip.",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/ionic.crc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add a reference to DotNetZip.",
Expand Down
9 changes: 9 additions & 0 deletions recommendation/ionic.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net10.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add a reference to DotNetZip.",
Expand Down
Loading
Loading