File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
33 <PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
4- <PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 9.0.1 " />
5- <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 9.0.1 " />
6- <PackageVersion Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.1 " />
7- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
4+ <PackageVersion Include =" Microsoft.Extensions.FileSystemGlobbing" Version =" 9.0.3 " />
5+ <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 9.0.3 " />
6+ <PackageVersion Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.3 " />
7+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
88 <PackageVersion Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.1.0" />
99 <PackageVersion Include =" Microsoft.PowerShell.SDK" Version =" 7.4.6" />
1010 <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
2929 <PackageVersion Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
3030 <PackageVersion Include =" System.Security.Principal" Version =" 4.3.0" />
3131 <PackageVersion Include =" System.Security.Principal.Windows" Version =" 5.0.0" />
32- <PackageVersion Include =" System.ValueTuple" Version =" 4.5 .0" />
32+ <PackageVersion Include =" System.ValueTuple" Version =" 4.6 .0" />
3333 <PackageVersion Include =" xunit" Version =" 2.9.3" />
3434 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
3535 <PackageVersion Include =" Xunit.SkippableFact" Version =" 1.5.23" />
Original file line number Diff line number Diff line change 1818
1919 <!-- PowerShell 7.4.x -->
2020 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
21- <PackageReference Include =" Microsoft.PowerShell.SDK" VersionOverride =" 7.4.6 " />
21+ <PackageReference Include =" Microsoft.PowerShell.SDK" VersionOverride =" 7.4.7 " />
2222 </ItemGroup >
2323
2424 <!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments