File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments