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 e34ce5b commit 3b667ebCopy full SHA for 3b667eb
src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
4
<LangVersion>10.0</LangVersion>
@@ -25,7 +25,7 @@
25
</PropertyGroup>
26
<ItemGroup>
27
<PackageReference Include="Simplify.Web" Version="4.6.0" />
28
- <PackageReference Include="System.Text.Json" Version="6.0.6" />
+ <PackageReference Include="System.Text.Json" Version="7.0.3" />
29
</ItemGroup>
30
31
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
0 commit comments