File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6 .0;netcoreapp3.1;net462 </TargetFrameworks >
4
+ <TargetFrameworks >net7 .0;netcoreapp3.1;net48 </TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<AssemblyName >Serilog.Settings.Configuration.Tests</AssemblyName >
7
7
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
21
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
22
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
23
- <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.2 .0" />
22
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5 .0" />
23
+ <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.5 .0" />
24
24
<PackageReference Include =" Serilog.Expressions" Version =" 3.3.0" />
25
25
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
26
- <PackageReference Include =" xunit" Version =" 2.4.1 " />
26
+ <PackageReference Include =" xunit" Version =" 2.4.2 " />
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments