File tree Expand file tree Collapse file tree
ExtensionModules/CredManStore/src/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project >
2- <!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
3- <PropertyGroup >
4- <UseArtifactsOutput >true</UseArtifactsOutput >
5- <ModuleVersion >1.1.2</ModuleVersion >
6- </PropertyGroup >
7- </Project >
1+ <Project >
2+ <!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
3+ <PropertyGroup >
4+ <UseArtifactsOutput >true</UseArtifactsOutput >
5+ <ModuleVersion >1.1.2</ModuleVersion >
6+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
7+ </PropertyGroup >
8+ </Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <ItemGroup >
3+ <PackageVersion Include =" Microsoft.PowerShell.SecretManagement.Library" Version =" 0.5.1-preview.3" />
4+ <PackageVersion Include =" PowerShellStandard.Library" Version =" 5.1.1" />
5+ <PackageVersion Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
6+ </ItemGroup >
7+ </Project >
Original file line number Diff line number Diff line change 1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.PowerShell.SecretManagement.Library" Version = " 0.5.1-* " PrivateAssets =" All" />
20- <PackageReference Include =" PowerShellStandard.Library" Version = " 5.1.1-* " PrivateAssets =" All" />
19+ <PackageReference Include =" Microsoft.PowerShell.SecretManagement.Library" PrivateAssets =" All" />
20+ <PackageReference Include =" PowerShellStandard.Library" PrivateAssets =" All" />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" PowerShellStandard.Library" Version = " 5.1.1 " PrivateAssets =" All" />
21- <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version = " 4.3.0 " />
20+ <PackageReference Include =" PowerShellStandard.Library" PrivateAssets =" All" />
21+ <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" />
2222 </ItemGroup >
2323
2424 <ItemGroup >
You can’t perform that action at this time.
0 commit comments