diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-05 06:28:52 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-05 06:28:52 +0200 |
commit | 7b6283e45c2ef7f12601734947f80530395687cc (patch) | |
tree | 9ecd938378d609e3723593ea6f567d0aa72992b4 /LibMatrix.ExampleBot.csproj | |
parent | Add start of Media Moderator PoC bot (diff) | |
download | LibMatrix.ExampleBot-7b6283e45c2ef7f12601734947f80530395687cc.tar.xz |
Media moderator PoC works, abstract command handling to library
Diffstat (limited to '')
-rw-r--r-- | LibMatrix.ExampleBot.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.ExampleBot.csproj b/LibMatrix.ExampleBot.csproj index 1fc421a..13cbb15 100644 --- a/LibMatrix.ExampleBot.csproj +++ b/LibMatrix.ExampleBot.csproj @@ -22,7 +22,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.5.23280.8" /> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.7.23375.6" /> </ItemGroup> <ItemGroup> <Content Include="appsettings*.json"> |