We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982e62 commit d501cf3Copy full SHA for d501cf3
src/PowerShellEditorServices/PowerShellEditorServices.csproj
@@ -21,7 +21,7 @@
21
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
22
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
23
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
24
- <PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="2.2.0" />
+ <PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.0.0" />
25
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
26
</ItemGroup>
27
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
0 commit comments