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 e1351d0 commit f4b66b9Copy full SHA for f4b66b9
PlatformKit/PlatformKit.csproj
@@ -34,15 +34,15 @@
34
</PropertyGroup>
35
36
<ItemGroup>
37
- <PackageReference Include="CliWrap" Version="[3.8.2, 4.0.0)" />
+ <PackageReference Include="CliWrap" Version="3.8.2" />
38
</ItemGroup>
39
40
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' ">
41
- <PackageReference Include="Polyfill" Version="[7.24.0, 8.0.0)" />
+ <PackageReference Include="Polyfill" Version="7.32.0" />
42
43
44
45
- <PackageReference Include="AlastairLundy.DotExtensions" Version="[6.3.0, 7.0.0)" />
+ <PackageReference Include="AlastairLundy.DotExtensions" Version="7.0.0" />
46
47
48
0 commit comments