-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Convert repository to NuGet Central Package Management #7482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Copilot
wants to merge
10
commits into
main
Choose a base branch
from
copilot/fix-7479-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d20d319
Initial plan for issue
Copilot 79189e9
Convert to Central Package Management - implementation complete
Copilot e016a5e
Central Package Management conversion completed successfully
Copilot 2174a03
Convert helix.proj and codecoverage.proj to Central Package Management
Copilot 76c6ca6
Remove redundant JsonSchema.Net.Generation reference from Microsoft.M…
Copilot 53ae3d7
Remove all redundant transitive dependencies identified in comprehens…
Copilot 14d8c63
Apply suggestions from code review
ericstj 5f55f46
Address code review feedback: remove empty ItemGroup and restore Targ…
Copilot 913dae0
Fix FSharp.Core reference
ericstj 24ee2e5
Fix whitespace
ericstj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<!-- Enable central package management --> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
|
||
<!-- Package versions --> | ||
<ItemGroup> | ||
<!-- Product dependencies --> | ||
<PackageVersion Include="Apache.Arrow" Version="$(ApacheArrowVersion)" /> | ||
<PackageVersion Include="Google.Protobuf" Version="$(GoogleProtobufVersion)" /> | ||
<PackageVersion Include="JsonSchema.Net" Version="$(JsonSchemaNetVersion)" /> | ||
<PackageVersion Include="JsonSchema.Net.Generation" Version="$(JsonSchemaNetGenerationVersion)" /> | ||
<PackageVersion Include="LightGBM" Version="$(LightGBMVersion)" /> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" /> | ||
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="$(MicrosoftBclHashCodeVersion)" /> | ||
<PackageVersion Include="Microsoft.Bcl.Memory" Version="$(MicrosoftBclMemoryVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis" Version="$(MicrosoftCodeAnalysisCSharpVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="$(MicrosoftCodeAnalysisAnalyzersVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisCSharpVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(MicrosoftCodeAnalysisCSharpVersion)" /> | ||
<PackageVersion Include="Microsoft.CSharp" Version="$(MicrosoftCSharpVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.Interactive" Version="$(MicrosoftDotNetInteractiveVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.Interactive.Formatting" Version="$(MicrosoftDotNetInteractiveVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="$(MicrosoftExtensionsAIVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="$(MicrosoftExtensionsDependencyInjectionVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MicrosoftExtensionsDependencyInjectionAbstractionsVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsLoggingVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="$(MicrosoftExtensionsObjectPoolVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Options" Version="$(MicrosoftExtensionsOptionsVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="$(MicrosoftMLOnnxRuntimeVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.OnnxRuntime.Managed" Version="$(MicrosoftMLOnnxRuntimeVersion)" /> | ||
<PackageVersion Include="Microsoft.SemanticKernel" Version="$(SemanticKernelVersion)" /> | ||
<PackageVersion Include="Microsoft.SemanticKernel.Abstractions" Version="$(SemanticKernelVersion)" /> | ||
<PackageVersion Include="MlNetMklDeps" Version="$(MlNetMklDepsVersion)" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" /> | ||
<PackageVersion Include="NuGet.Packaging.Core" Version="$(NuGetVersion)" /> | ||
<PackageVersion Include="NuGet.Resolver" Version="$(NuGetVersion)" /> | ||
<PackageVersion Include="Parquet.Net" Version="$(ParquetDotNetVersion)" /> | ||
<PackageVersion Include="Plotly.NET.CSharp" Version="$(PlotlyNETCSharpVersion)" /> | ||
<PackageVersion Include="SciSharp.TensorFlow.Redist" Version="$(TensorFlowVersion)" /> | ||
<PackageVersion Include="SciSharp.TensorFlow.Redist-Linux-GPU" Version="$(TensorFlowVersion)" /> | ||
<PackageVersion Include="SciSharp.TensorFlow.Redist-Windows-GPU" Version="$(TensorFlowVersion)" /> | ||
<PackageVersion Include="SharpZipLib" Version="$(SharpZipLibVersion)" /> | ||
<PackageVersion Include="SkiaSharp" Version="$(SkiaSharpVersion)" /> | ||
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="$(SkiaSharpVersion)" /> | ||
<PackageVersion Include="System.Buffers" Version="$(SystemBuffersVersion)" /> | ||
<PackageVersion Include="System.CodeDom" Version="$(SystemCodeDomVersion)" /> | ||
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" /> | ||
<PackageVersion Include="System.Composition" Version="$(SystemCompositionVersion)" /> | ||
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerVersion)" /> | ||
<PackageVersion Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" /> | ||
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="$(SystemIOFileSystemAccessControl)" /> | ||
<PackageVersion Include="System.IO.Pipelines" Version="$(SystemIOPipelinesVersion)" /> | ||
<PackageVersion Include="System.Memory" Version="$(SystemMemoryVersion)" /> | ||
<PackageVersion Include="System.Numerics.Tensors" Version="$(SystemNumericsTensorsVersion)" /> | ||
<PackageVersion Include="System.Reflection.Emit" Version="$(SystemReflectionEmitVersion)" /> | ||
<PackageVersion Include="System.Reflection.Emit.Lightweight" Version="$(SystemReflectionEmitLightweightVersion)" /> | ||
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafeVersion)" /> | ||
<PackageVersion Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindows)" /> | ||
<PackageVersion Include="System.Text.Encodings.Web" Version="$(SystemTextEncodingsWebVersion)" /> | ||
<PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonVersion)" /> | ||
<PackageVersion Include="System.Threading.Channels" Version="$(SystemThreadingChannelsVersion)" /> | ||
<PackageVersion Include="TensorFlow.NET" Version="$(TensorflowDotNETVersion)" /> | ||
<PackageVersion Include="TorchSharp" Version="$(TorchSharpVersion)" /> | ||
<PackageVersion Include="TorchSharp.PyBridge" Version="$(TorchSharpPyBridgeVersion)" /> | ||
<PackageVersion Include="libtorch-cpu-linux-x64" Version="$(LibTorchVersion)" /> | ||
<PackageVersion Include="libtorch-cpu-osx-x64" Version="$(LibTorchVersion)" /> | ||
<PackageVersion Include="libtorch-cpu-win-x64" Version="$(LibTorchVersion)" /> | ||
|
||
<!-- Use the version specified by the SDK when building F# projects --> | ||
<PackageVersion Include="FSharp.Core" Condition="'$(MSBuildProjectExtension)' == '.fsproj'" Version="$(FSCorePackageVersion)" /> | ||
|
||
<!-- Test-only dependencies --> | ||
<PackageVersion Include="ApprovalTests" Version="$(ApprovalTestsVersion)" /> | ||
<PackageVersion Include="AutoGen.Core" Version="$(AutoGenVersion)" /> | ||
<PackageVersion Include="AutoGen.SourceGenerator" Version="$(AutoGenVersion)" /> | ||
<PackageVersion Include="AwesomeAssertions" Version="$(AwesomeAssertionsVersion)" /> | ||
<PackageVersion Include="BenchmarkDotNet" Version="$(BenchmarkDotNetVersion)" /> | ||
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="$(BenchmarkDotNetVersion)" /> | ||
<PackageVersion Include="coverlet.collector" Version="$(CoverletCollectorVersion)" /> | ||
<PackageVersion Include="coverlet.msbuild" Version="$(CoverletMsbuildVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="$(MicrosoftCodeAnalysisTestingVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.RemoteExecutor" Version="$(MicrosoftDotNetRemoteExecutorVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.XUnitExtensions" Version="$(MicrosoftDotNetXUnitExtensionsVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="$(MicrosoftExtensionsDependencyModelVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.Onnx.TestModels" Version="$(MicrosoftMLOnnxTestModelsVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.TensorFlow.TestModels" Version="$(MicrosoftMLTensorFlowTestModelsVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.TestDatabases" Version="$(MicrosoftMLTestDatabasesVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.TestModels" Version="$(MicrosoftMLTestModelsVersion)" /> | ||
<PackageVersion Include="Microsoft.ML.TestTokenizers" Version="$(MicrosoftMLTestTokenizersVersion)" /> | ||
<PackageVersion Include="Moq" Version="$(MoqVersion)" /> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="$(MSTestTestAdapterVersion)" /> | ||
<PackageVersion Include="MSTest.TestFramework" Version="$(MSTestTestFrameworkVersion)" /> | ||
<PackageVersion Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" /> | ||
<PackageVersion Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" /> | ||
<PackageVersion Include="System.Data.SQLite" Version="$(SystemDataSQLiteCoreVersion)" /> | ||
<PackageVersion Include="runtime.native.System.Data.SqlClient.sni" Version="$(RuntimeNativeSystemDataSqlClientSniVersion)" /> | ||
<PackageVersion Include="Xunit.Combinatorial" Version="$(XunitCombinatorialVersion)" /> | ||
|
||
<!-- Build/infrastructure dependencies --> | ||
<PackageVersion Include="Codecov" Version="$(CodecovVersion)" /> | ||
<PackageVersion Include="Drop.App" Version="$(DropAppVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.Build.Tasks.Templating" Version="$(MicrosoftDotNetBuildTasksTemplatingVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" /> | ||
<PackageVersion Include="Microsoft.ManifestTool.CrossPlatform" Version="$(MicrosoftManifestToolCrossPlatformVersion)" /> | ||
<PackageVersion Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="$(MicrosoftVisualStudioEngMicroBuildCoreVersion)" /> | ||
<PackageVersion Include="Microsoft.VisualStudioEng.MicroBuild.Plugins.SwixBuild" Version="$(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)" /> | ||
<PackageVersion Include="ReportGenerator" Version="$(ReportGeneratorVersion)" /> | ||
|
||
<!-- Special cases - packages with specific versions not using properties --> | ||
<PackageVersion Include="MathNet.Numerics.Signed" Version="5.0.0" /> | ||
<PackageVersion Include="TorchSharp-cuda-windows" Version="0.102.5" /> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.