Skip to content

Commit

Permalink
NuGet v6.1.7, core dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Mar 28, 2024
1 parent 2a65c57 commit 1c156ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WatsonWebserver.Core/WatsonWebserver.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>6.1.6</Version>
<Version>6.1.7</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\WatsonWebserver.snk</AssemblyOriginatorKeyFile>
<PackageId>Watson.Core</PackageId>
Expand Down Expand Up @@ -84,8 +84,8 @@
<ItemGroup>
<PackageReference Include="IpMatcher" Version="1.0.4.4" />
<PackageReference Include="RegexMatcher" Version="1.0.8" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="Timestamps" Version="1.0.6" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="Timestamps" Version="1.0.8" />
<PackageReference Include="UrlMatcher" Version="2.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 1c156ff

Please sign in to comment.