Skip to content

Commit

Permalink
[~] Text
Browse files Browse the repository at this point in the history
[-] Not needed NuGet CactuseSecurity#2597
  • Loading branch information
SolidProgramming committed Dec 4, 2024
1 parent ac0ad1b commit f4d15e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion roles/database/files/sql/idempotent/fworch-texts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ INSERT INTO txt VALUES ('add_members', 'German', ': Mitglieder hinzuf
INSERT INTO txt VALUES ('add_members', 'English', ': Add Members');
INSERT INTO txt VALUES ('remove_members', 'German', ': Mitglieder entfernen');
INSERT INTO txt VALUES ('remove_members', 'English', ': Remove Members');
INSERT INTO txt VALUES ('app_owner_not_found', 'German', 'Keinen Owner für diese App gefunden');
INSERT INTO txt VALUES ('app_owner_not_found', 'German', 'Keinen Eigentümer für diese App gefunden');
INSERT INTO txt VALUES ('app_owner_not_found', 'English', 'No owner found for this app');
INSERT INTO txt VALUES ('delete_app_zone', 'German', 'App Zone löschen');
INSERT INTO txt VALUES ('delete_app_zone', 'English', 'Delete App Zone');
Expand Down
4 changes: 0 additions & 4 deletions roles/lib/files/FWO.Config.Api/FWO.Config.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FWO.Api.Client\FWO.Api.Client.csproj" />
<ProjectReference Include="..\FWO.Config.File\FWO.Config.File.csproj" />
Expand Down

0 comments on commit f4d15e7

Please sign in to comment.