Skip to content

Commit

Permalink
Upgrade DSharpPlus to 5.0.0-nightly-02449, disable invariant everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Jan 15, 2025
1 parent b5d3a01 commit bcf63e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cliptok.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
<LangVersion>13.0</LangVersion>
<UserSecretsId>d9345310-5908-4697-8613-28a24d06d183</UserSecretsId>

<InvariantGlobalization>false</InvariantGlobalization>

<!-- <RestoreAdditionalProjectSources>
https://www.myget.org/F/erisa/api/v3/index.json
</RestoreAdditionalProjectSources> -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abyssal.HumanDateParser" Version="2.0.0-20191113.1" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02448" />
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02448" />
<PackageReference Include="DSharpPlus" Version="5.0.0-nightly-02449" />
<PackageReference Include="DSharpPlus.Commands" Version="5.0.0-nightly-02449" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ RUN touch dummy.txt && \
FROM mcr.microsoft.com/dotnet/runtime:9.0.0-alpine3.20
LABEL com.centurylinklabs.watchtower.enable=true
WORKDIR /app
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
RUN apk add --no-cache git redis openssh icu-libs
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8
RUN apk add --no-cache git redis openssh icu-libs icu-data-full
RUN git config --global --add safe.directory /app/Lists/Private
COPY --from=build-env /app/out .
ADD Lists ./Lists
Expand Down

0 comments on commit bcf63e3

Please sign in to comment.