Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions JUST.net/JUST.net.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>JUST - JSON Under Simple Transformation</Title>
<TargetFrameworks>net6.0-windows8.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<Description>This a cool .NET Standard library which enables you to transform a JSON document into another JSON document using JSON transformations using JSON path. This is the JSON equivalent of XSLT.
This will repace the JUST and JUST.NETCore packages.</Description>
<Summary>This is the JSON equivalent of XSLT</Summary>
Expand All @@ -24,8 +24,5 @@ This will repace the JUST and JUST.NETCore packages.</Description>
<PackageReference Include="JmesPath.Net" Version="1.0.153" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NJsonSchema" Version="10.5.2" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
</ItemGroup>

</Project>