|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net10.0</TargetFramework> |
6 | | - <ImplicitUsings>enable</ImplicitUsings> |
7 | 5 | <IsPackable>false</IsPackable> |
8 | 6 | </PropertyGroup> |
9 | 7 |
|
|
14 | 12 | </ItemGroup> |
15 | 13 |
|
16 | 14 | <ItemGroup> |
17 | | - <PackageReference Include="BenchmarkDotNet" Version="0.15.8" /> |
18 | | - <PackageReference Include="JsonCons.JsonPath" Version="1.1.0" /> |
19 | | - <PackageReference Include="JsonCraft.JsonPath" Version="1.0.0" /> |
20 | | - <PackageReference Include="JsonPatch.Net" Version="4.0.0" /> |
21 | | - <PackageReference Include="JsonPath.Net" Version="2.2.0" /> |
22 | | - <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="10.0.1" /> |
23 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> |
| 15 | + <PackageReference Include="BenchmarkDotNet" /> |
| 16 | + <PackageReference Include="JsonCons.JsonPath" /> |
| 17 | + <PackageReference Include="JsonCraft.JsonPath" /> |
| 18 | + <PackageReference Include="JsonPatch.Net" /> |
| 19 | + <PackageReference Include="JsonPath.Net" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.JsonPatch" /> |
| 21 | + <PackageReference Include="Newtonsoft.Json" /> |
| 22 | + <PackageReference Update="Microsoft.SourceLink.GitHub" /> |
| 23 | + <PackageReference Update="Nerdbank.GitVersioning" /> |
24 | 24 | </ItemGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <ProjectReference Include="..\..\src\Hyperbee.Json\Hyperbee.Json.csproj" /> |
28 | 28 | </ItemGroup> |
29 | | - |
30 | | - <ItemGroup> |
31 | | - <PackageReference Update="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0" /> |
32 | | - <PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0"> |
33 | | - <PrivateAssets>all</PrivateAssets> |
34 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
35 | | - </PackageReference> |
36 | | - <PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" /> |
37 | | - </ItemGroup> |
38 | | - |
39 | 29 | </Project> |
0 commit comments