Skip to content

Commit ec3d3b0

Browse files
committed
Bump version number and update dependencies for 2023.2
1 parent 68ef561 commit ec3d3b0

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Seq.Api/Seq.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Client library for the Seq HTTP API.</Description>
4-
<VersionPrefix>2023.1.2</VersionPrefix>
4+
<VersionPrefix>2023.2.0</VersionPrefix>
55
<Authors>Datalust;Contributors</Authors>
66
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
<PackageReference Include="Tavis.UriTemplates" Version="2.0.0" />
2020
</ItemGroup>
2121

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net461;netcoreapp2.2;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net462;net6.0</TargetFrameworks>
55
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
66
</PropertyGroup>
77

@@ -15,9 +15,4 @@
1515
<PackageReference Include="xunit" Version="2.3.1" />
1616
</ItemGroup>
1717

18-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
19-
<Reference Include="System" />
20-
<Reference Include="Microsoft.CSharp" />
21-
</ItemGroup>
22-
2318
</Project>

0 commit comments

Comments
 (0)