File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
jjm.one.Microsoft.Extensions.Logging.Helpers.Tests
jjm.one.Microsoft.Extensions.Logging.Helpers Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >disable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <Version >1.2.3 </Version >
7+ <Version >1.2.4 </Version >
88 <Authors >Jonas Merkle [JJM]</Authors >
9- <Copyright >© by Jonas Merkle [JJM], 2023 .</Copyright >
9+ <Copyright >© by Jonas Merkle [JJM], 2024 .</Copyright >
1010 <RootNamespace >jjm.one.Microsoft.Extensions.Logging.Helpers.Tests</RootNamespace >
1111 <Title >jjm.one.Microsoft.Extensions.Logging.Helpers.Tests</Title >
1212 <Description >A collection of helper functions for the Microsoft logging tool. (Unit-Tests)</Description >
3232 <ItemGroup >
3333 <PackageReference Include =" Moq" Version =" 4.20.70" />
3434 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
35- <PackageReference Include =" xunit" Version =" 2.6.3 " />
36- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.5 " >
35+ <PackageReference Include =" xunit" Version =" 2.6.4 " />
36+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3838 <PrivateAssets >all</PrivateAssets >
3939 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net6;net7 .0</TargetFrameworks >
4+ <TargetFrameworks >net7.0; netstandard2.0;netstandard2.1;net6.0;net8 .0</TargetFrameworks >
55 <ImplicitUsings >disable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <Version >1.2.3 </Version >
7+ <Version >1.2.4 </Version >
88 <Authors >Jonas Merkle [JJM]</Authors >
9- <Copyright >© by Jonas Merkle [JJM], 2023 .</Copyright >
9+ <Copyright >© by Jonas Merkle [JJM], 2024 .</Copyright >
1010 <PackageId >jjm.one.Microsoft.Extensions.Logging.Helpers</PackageId >
1111 <Title >jjm.one.Microsoft.Extensions.Logging.Helpers</Title >
1212 <Description >A collection of helper functions for the Microsoft logging tool.</Description >
You can’t perform that action at this time.
0 commit comments