File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" coverlet.msbuild" Version =" 6.0.0 " >
21+ <PackageReference Include =" coverlet.msbuild" Version =" 6.0.1 " >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2424 </PackageReference >
3939 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4040 <PrivateAssets >all</PrivateAssets >
4141 </PackageReference >
42- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
42+ <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
4343 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4444 <PrivateAssets >all</PrivateAssets >
4545 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;netstandard2.0;net462 </TargetFrameworks >
55 <Nullable >enable</Nullable >
66
77 <LangVersion >latest</LangVersion >
3636 </Description >
3737 </PropertyGroup >
3838
39- <ItemGroup Condition =" $(TargetFramework) == 'netstandard2 .0'" >
39+ <ItemGroup Condition =" $(TargetFramework) != 'net8 .0'" >
4040 <PackageReference Include =" PolySharp" Version =" 1.14.1" >
4141 <PrivateAssets >all</PrivateAssets >
4242 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4747 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
4848 <PackageReference Include =" Nito.AsyncEx.Coordination" Version =" 5.1.2" />
4949
50- <PackageReference Include =" Roslynator.Analyzers" Version =" 4.10 .0" >
50+ <PackageReference Include =" Roslynator.Analyzers" Version =" 4.11 .0" >
5151 <PrivateAssets >all</PrivateAssets >
5252 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5353 </PackageReference >
54- <PackageReference Include =" Roslynator.Formatting.Analyzers" Version =" 4.10 .0" >
54+ <PackageReference Include =" Roslynator.Formatting.Analyzers" Version =" 4.11 .0" >
5555 <PrivateAssets >all</PrivateAssets >
5656 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5757 </PackageReference >
You can’t perform that action at this time.
0 commit comments