Skip to content

Commit

Permalink
Updated nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 11, 2024
1 parent 4a06bd9 commit ccc577f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elmah.Io.AspNetCore" Version="5.1.57-pre" />
<PackageReference Include="Elmah.Io.Extensions.Logging" Version="5.1.46-pre" />
<PackageReference Include="Elmah.Io.AspNetCore" Version="5.1.60-pre" />
<PackageReference Include="Elmah.Io.Extensions.Logging" Version="5.1.49-pre" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elmah.Io.AspNetCore" Version="5.1.57-pre" />
<PackageReference Include="Elmah.Io.Extensions.Logging" Version="5.1.46-pre" />
<PackageReference Include="Elmah.Io.AspNetCore" Version="5.1.60-pre" />
<PackageReference Include="Elmah.Io.Extensions.Logging" Version="5.1.49-pre" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elmah.Io.Client" Version="[5.1.71-pre,6)" />
<PackageReference Include="Elmah.Io.Client" Version="[5.1.72-pre,6)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="[6.0.0,)" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit ccc577f

Please sign in to comment.