-
Notifications
You must be signed in to change notification settings - Fork 113
Implement central package management and fix build issues #672
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1ac7ac8
Use central package management
AmelBawa-msft 17e531d
Added packages
AmelBawa-msft a4371e1
Fix build
AmelBawa-msft 4f9d2c6
Fix cswin32 version
AmelBawa-msft 096c6d8
Fix warning about yamldotnet
AmelBawa-msft a1be989
update project reference
AmelBawa-msft ff0072e
Use global json
AmelBawa-msft 3828984
Update to .net9
AmelBawa-msft 8ae9ab5
Addressed comments
AmelBawa-msft 239f497
Merge branch 'main' into user/amelbawa/props
AmelBawa-msft b9e9ba8
Remove rollForward
AmelBawa-msft 9ad81ce
Try 10.0.300
AmelBawa-msft eb7c78d
Revert "Try 10.0.300"
AmelBawa-msft c08e0cc
Update image
AmelBawa-msft ddf477b
Revert and update vstest
AmelBawa-msft 3942bbf
Revert back to net9
AmelBawa-msft ad76d1e
Update src/WingetCreateCLI/Properties/PublishProfiles/x86ReleasePubliβ¦
AmelBawa-msft 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
Some comments aren't visible on the classic Files Changed page.
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,36 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="AutoMapper" Version="15.1.3" /> | ||
| <PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
| <PackageVersion Include="DesktopBridge.Helpers" Version="1.2.2" /> | ||
| <PackageVersion Include="jose-jwt" Version="4.1.0" /> | ||
| <PackageVersion Include="Microsoft.CorrelationVector" Version="1.0.42" /> | ||
| <PackageVersion Include="Microsoft.Msix.Utils" Version="2.1.1" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> | ||
| <PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.213" /> | ||
| <PackageVersion Include="Microsoft.WindowsPackageManager.Utils" Version="1.12.350" /> | ||
| <PackageVersion Include="Moq" Version="4.20.70" /> | ||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
| <PackageVersion Include="Newtonsoft.Json.Schema" Version="3.0.15" /> | ||
| <PackageVersion Include="NLog" Version="5.2.8" /> | ||
| <PackageVersion Include="NSwag.MSBuild" Version="14.0.3" /> | ||
| <PackageVersion Include="NUnit" Version="4.0.1" /> | ||
| <PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
| <PackageVersion Include="Octokit" Version="9.1.2" /> | ||
| <PackageVersion Include="Polly" Version="8.3.0" /> | ||
| <PackageVersion Include="RestSharp" Version="112.0.0" /> | ||
| <PackageVersion Include="Sharprompt" Version="2.4.5" /> | ||
| <PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" /> | ||
| <PackageVersion Include="System.Net.Http" Version="4.3.4" /> | ||
| <PackageVersion Include="System.Private.Uri" Version="4.3.2" /> | ||
| <PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" /> | ||
| <PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" /> | ||
| <PackageVersion Include="Vestris.ResourceLib" Version="2.2.0" /> | ||
| <PackageVersion Include="WiX" Version="3.14.1" /> | ||
| <PackageVersion Include="YamlDotNet" Version="16.3.0" /> | ||
| </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
Oops, something went wrong.
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.