Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
zamgi authored and zamgi committed Nov 22, 2023
1 parent 2646b5a commit b5239bd
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions captcha/captcha.csproj
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion classify.console/classify.console.csproj
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<PropertyGroup>
6 changes: 3 additions & 3 deletions classify.webService/classify.webService.csproj
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="7.0.5" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
2 changes: 1 addition & 1 deletion classify/classify.csproj
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>

0 comments on commit b5239bd

Please sign in to comment.