Skip to content

Commit

Permalink
update test refs (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Mar 12, 2023
1 parent e6662a7 commit 5a2ade3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.1;net462</TargetFrameworks>
<TargetFrameworks>net7.0;netcoreapp3.1;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<AssemblyName>Serilog.Settings.Configuration.Tests</AssemblyName>
</PropertyGroup>
Expand All @@ -19,11 +19,11 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
<PackageReference Include="Serilog.Expressions" Version="3.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5a2ade3

Please sign in to comment.