-
Notifications
You must be signed in to change notification settings - Fork 464
Adopt central package management #11192
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
jviau
wants to merge
15
commits into
dev
Choose a base branch
from
jviau/eng/packages-props
base: dev
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
15 commits
Select commit
Hold shift + click to select a range
7b61969
Migrate src projects to common packages
jviau 1fc2fa8
Update tests to common packaging. Address style issues
jviau 061d0fe
Revert global.json change
jviau a87fce4
Remove package source mapping
jviau 21e9f9f
Add packages.props to tools
jviau 1ef4e2c
Simplify some recursive imports
jviau cc053d8
Fix test break
jviau 9b9f959
Update tooling package.props issues
jviau 7f5092f
Revert NugGet.config
jviau 55d50fd
Add newline and eof
jviau 294eecd
Update assert message
jviau 755ff07
Add delay in InitializationLogs_AreEmitted
jviau c2656ae
Revert style changes
jviau 7686611
Apply suggestion from @Copilot
jviau 6500504
Merge branch 'dev' into jviau/eng/packages-props
jviau 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
<IdentityDependencyVersion>6.35.0</IdentityDependencyVersion> | ||
</PropertyGroup> | ||
|
||
<!-- Azure packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="Azure.Core" Version="1.45.0" /> | ||
<PackageVersion Include="Azure.Data.Tables" Version="12.8.3" /> | ||
<PackageVersion Include="Azure.Identity" Version="1.11.4" /> | ||
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0-beta.2" /> | ||
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" /> | ||
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" /> | ||
<PackageVersion Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.5" /> | ||
<PackageVersion Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" /> | ||
<PackageVersion Include="Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption" Version="1.0.5" /> | ||
<PackageVersion Include="Microsoft.Azure.Storage.File" Version="11.1.7" /> | ||
<PackageVersion Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" /> | ||
<PackageVersion Include="Microsoft.Extensions.Azure" Version="1.7.1" /> | ||
</ItemGroup> | ||
|
||
<!-- AspNetCore Packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="Grpc.AspNetCore" Version="2.55.0" /> | ||
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.1" /> | ||
</ItemGroup> | ||
|
||
<!-- Microsoft packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="$(IdentityDependencyVersion)" /> | ||
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="$(IdentityDependencyVersion)" /> | ||
<PackageVersion Include="Microsoft.Security.Utilities" Version="1.3.0" /> | ||
<PackageVersion Include="NuGet.ProjectModel" Version="5.11.6" /> | ||
<PackageVersion Include="Yarp.ReverseProxy" Version="2.0.1" /> | ||
</ItemGroup> | ||
|
||
<!-- WebJobs packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.41" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Rpc.Core" Version="3.0.37" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12287" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" /> | ||
<PackageVersion Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.42-12121" /> | ||
</ItemGroup> | ||
|
||
<!-- Telemetry packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.22.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.22.0" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.7" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" /> | ||
</ItemGroup> | ||
|
||
<!-- System packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" /> | ||
<PackageVersion Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageVersion Include="System.Formats.Asn1" Version="6.0.1" /> | ||
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="$(IdentityDependencyVersion)" /> | ||
<PackageVersion Include="System.IO.Abstractions" Version="2.1.0.227" /> | ||
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" /> | ||
<PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> | ||
<PackageVersion Include="System.Memory.Data" Version="8.0.1" /> | ||
<PackageVersion Include="System.Net.Http" Version="4.3.4" /> | ||
<PackageVersion Include="System.Net.NameResolution" Version="4.3.0" /> | ||
<PackageVersion Include="System.Private.Uri" Version="4.3.2" /> | ||
<PackageVersion Include="System.Reactive.Linq" Version="5.0.0" /> | ||
<PackageVersion Include="System.Reactive.Core" Version="5.0.0" /> | ||
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" /> | ||
<PackageVersion Include="System.Security.Cryptography.Xml" Version="4.7.1" /> | ||
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" /> | ||
<PackageVersion Include="System.Text.Json" Version="8.0.5" /> | ||
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" /> | ||
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" /> | ||
</ItemGroup> | ||
|
||
<!-- Other packages --> | ||
<ItemGroup> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.13.1" /> | ||
<PackageVersion Include="Mono.Posix.NETStandard" Version="1.0.0" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
|
||
<!-- Global packages --> | ||
<ItemGroup> | ||
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.2" /> | ||
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" VersionOverride="2.19.2" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.1" /> | ||
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" VersionOverride="3.10.1" /> | ||
</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
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.