Skip to content

Commit

Permalink
nuget update, should compile still
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Mar 5, 2024
1 parent cfd7045 commit a6b0e34
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions xubot/xubot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<RootNamespace>xubot</RootNamespace>
<LangVersion>latest</LangVersion>
<AssemblyName>xubot</AssemblyName>
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -32,18 +33,18 @@

<ItemGroup>
<PackageReference Include="BooruSharp" Version="4.0.0-beta" />
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Discord.Net" Version="3.13.1" />
<PackageReference Include="GitInfo" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="HtmlAgilityPack" Version="1.11.57" />
<PackageReference Include="NLua" Version="1.6.3" />
<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.59" />
<PackageReference Include="NLua" Version="1.7.2" />
<PackageReference Include="Octokit" Version="10.0.0" />
<PackageReference Include="RedditSharp" Version="2.0.0" />
<PackageReference Include="SixLabors.Fonts" Version="2.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.0" />
<PackageReference Include="SixLabors.Fonts" Version="2.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.1" />
<PackageReference Include="SteamKit2" Version="2.5.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Interactive" Version="6.0.1" />
Expand Down

0 comments on commit a6b0e34

Please sign in to comment.