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 2cb0ac0 commit 5c751a2Copy full SHA for 5c751a2
APIMatic.Core/APIMatic.Core.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
@@ -37,7 +37,7 @@
37
<PrivateAssets>all</PrivateAssets>
38
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
39
</PackageReference>
40
- <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
+ <PackageReference Include="System.Collections.Immutable" Version="9.0.5" />
41
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)" />
42
</ItemGroup>
43
<ItemGroup>
0 commit comments