File tree 3 files changed +20
-11
lines changed
3 files changed +20
-11
lines changed 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.0.6</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.0.6</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.9.1" />
4
+ <PackageVersion Include =" PowerShellStandard.Library" Version =" 5.1.1" />
5
+ <PackageVersion Include =" System.IO.FileSystem.AccessControl" Version =" 4.7.0" />
6
+ <PackageVersion Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
7
+ </ItemGroup >
8
+ </Project >
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Microsoft.PowerShell.SecretManagement.Library" Version = " 0.9.1-* " />
17
- <PackageReference Include =" PowerShellStandard.Library" Version = " 5.1.1 " PrivateAssets =" All" />
18
- <PackageReference Include =" System.IO.FileSystem.AccessControl" version = " 4.7.0 " />
19
- <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version = " 4.3.0 " />
16
+ <PackageReference Include =" Microsoft.PowerShell.SecretManagement.Library" />
17
+ <PackageReference Include =" PowerShellStandard.Library" PrivateAssets =" All" />
18
+ <PackageReference Include =" System.IO.FileSystem.AccessControl" />
19
+ <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments