Skip to content

Commit 372936e

Browse files
Update Simplify.Web.Json requirement from 2.2.* to 2.3.*
Updates the requirements on [Simplify.Web.Json](https://github.com/SimplifyNet/Simplify.Web.Json) to permit the latest version. - [Release notes](https://github.com/SimplifyNet/Simplify.Web.Json/releases) - [Commits](SimplifyNet/Simplify.Web.Json@2.2...2.3) --- updated-dependencies: - dependency-name: Simplify.Web.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12a9b1d commit 372936e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TesterApp/TesterApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
@@ -7,6 +7,6 @@
77
<ProjectReference Include="..\Simplify.Web.Postman\Simplify.Web.Postman.csproj" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Simplify.Web.Json" Version="2.2.*" />
10+
<PackageReference Include="Simplify.Web.Json" Version="2.3.*" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)