File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed
tests/Logging/Tests.Loggly Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 11max_jobs : 1
22
3- image : Visual Studio 2019
3+ image : Visual Studio 2022
44
55cache :
66 - ' %LocalAppData%\NuGet\v3-cache'
1111 disable_publish_on_pr : true
1212
1313install :
14- - cmd : dotnet tool install -g Cake.Tool --version 0.37.0
14+ - cmd : dotnet tool install -g Cake.Tool --version 0.38.5
1515
1616build_script :
1717 - cmd : dotnet cake --target=Full
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net461;net8.0 </TargetFrameworks >
55 <AssemblyName >EMG.Extensions.Logging.Loggly</AssemblyName >
66 <RootNamespace >EMG.Extensions.Logging</RootNamespace >
77 <LangVersion >latest</LangVersion >
1212 <PackageTags >dotnet-standard;logging;loggly</PackageTags >
1313 </PropertyGroup >
1414
15- <ItemGroup >
16- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
17- <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
18- <PackageReference Include =" System.Reactive.Linq" Version =" 3.1 .1" />
15+ <ItemGroup Condition = " '$(TargetFramework)' != 'net8.0' " >
16+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
17+ <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
18+ <PackageReference Include =" System.Reactive.Linq" Version =" 4.4 .1" />
1919 </ItemGroup >
20- </Project >
20+
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
22+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
23+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 8.0.1" />
24+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
25+ <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
26+ <PackageReference Include =" System.Reactive.Linq" Version =" 4.4.1" />
27+ </ItemGroup >
28+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp2.2 ;net48</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1 ;net48</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments